Documentation ¶
Index ¶
Constants ¶
View Source
const ( PG_CONTROL_VERSION_10 = 1002 PG_CONTROL_VERSION_11 = 1100 PGPRO_CONTROL_VERSION_11 = 1200 PG_CONTROL_VERSION_12 = 1201 //PG_CONTROL_VERSION_13 = 1300 PG_CONTROL_VERSION_14 = 1300 )
View Source
const ( PG_FLAVOUR_POSTGRES10 = "postgres10" PG_FLAVOUR_POSTGRES11 = "postgres11" PG_FLAVOUR_POSTGRES12 = "postgres12" PG_FLAVOUR_POSTGRES13 = "postgres13" PG_FLAVOUR_POSTGRES14 = "postgres14" PG_FLAVOUR_POSTGRES15 = "postgres15" PG_FLAVOUR_PGPRO10 = "pgpro10" PG_FLAVOUR_PGPRO11 = "pgpro11" PG_FLAVOUR_PGPRO12 = "pgpro12" PG_FLAVOUR_PGPRO13 = "pgpro13" PG_FLAVOUR_PGPRO14 = "pgpro14" PG_FLAVOUR_PGPRO15 = "pgpro15" PG_FLAVOUR_PGPROEE10 = "pgproee10" PG_FLAVOUR_PGPROEE11 = "pgproee11" PG_FLAVOUR_PGPROEE12 = "pgproee12" PG_FLAVOUR_PGPROEE13 = "pgproee13" PG_FLAVOUR_PGPROEE14 = "pgproee14" PG_FLAVOUR_PGPROEE15 = "pgproee15" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.