TABLE NAMEpostgres_versions
DESCRIPTIONThe postgres_versions is a lookup of all the available versions of PostgreSQL. COLUMNS| column | type | null | unique | references | referenced_by | since_version | description |
|---|
| version | pkey | false | true | technology_versions.pkey | postgres_encodings.postgres_version postgres_servers.version | 1.92.2.4-SNAPSHOT | a reference to the PostgreSQL details in the technology_versions table | | minor_version | string | false | false | | | 1.0a121 | the minor version for this version (used for installation at /usr/postgresql/ | | postgis_version | fkey | true | false | technology_versions.pkey | | 1.27 | a reference to the PostGIS defails in the technology_versions table |
|