SqlDatabaseVersion

The database engine type and version.

Enums
SQL_DATABASE_VERSION_UNSPECIFIED This is an unknown database version.
POSTGRES_9_6 The database version is PostgreSQL 9.6.
POSTGRES_10 The database version is PostgreSQL 10.
POSTGRES_11 The database version is PostgreSQL 11.
POSTGRES_12 The database version is PostgreSQL 12.
POSTGRES_13 The database version is PostgreSQL 13.
POSTGRES_14 The database version is PostgreSQL 14.
POSTGRES_15 The database version is PostgreSQL 15.
POSTGRES_16 The database version is PostgreSQL 16.
POSTGRES_17 The database version is PostgreSQL 17.
POSTGRES_18 The database version is PostgreSQL 18.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.