Skip to content

Commit 59fdfa7

Browse files
Google APIscopybara-github
authored andcommitted
feat: add POSTGRES_18 to DatabaseVersion
PiperOrigin-RevId: 845801340
1 parent 80509f2 commit 59fdfa7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

google/cloud/alloydb/v1beta/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)