Skip to content

Commit a745ee4

Browse files
Google APIscopybara-github
authored andcommitted
feat: add POSTGRES_18 to DatabaseVersion
PiperOrigin-RevId: 852794094
1 parent 286c66a commit a745ee4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

google/cloud/alloydb/v1alpha/resources.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ enum DatabaseVersion {
104104

105105
// The database version is Postgres 17.
106106
POSTGRES_17 = 5;
107+
108+
// The database version is Postgres 18.
109+
POSTGRES_18 = 6;
107110
}
108111

109112
// Subscription_type added to distinguish between Standard and Trial

0 commit comments

Comments
 (0)