We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9169b commit 727c286Copy full SHA for 727c286
1 file changed
google/spanner/v1/type.proto
@@ -1,4 +1,4 @@
1
-// Copyright 2022 Google LLC
+// Copyright 2023 Google LLC
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
@@ -171,4 +171,9 @@ enum TypeAnnotationCode {
171
// [JSON][google.spanner.v1.TypeCode.JSON] when a client interacts with PostgreSQL-enabled
172
// Spanner databases.
173
PG_JSONB = 3;
174
+
175
+ // PostgreSQL compatible OID type. This annotation can be used by a client
176
+ // interacting with PostgreSQL-enabled Spanner database to specify that a
177
+ // value should be treated using the semantics of the OID type.
178
+ PG_OID = 4;
179
}
0 commit comments