|
PostgreSQL Source Code git master
|
#include <pg_upgrade.h>
Data Fields | |
| char * | db_collate |
| char * | db_ctype |
| char | db_collprovider |
| char * | db_locale |
| int | db_encoding |
Definition at line 192 of file pg_upgrade.h.
| char* DbLocaleInfo::db_collate |
Definition at line 194 of file pg_upgrade.h.
Referenced by get_template0_info(), and set_locale_and_encoding().
| char DbLocaleInfo::db_collprovider |
Definition at line 196 of file pg_upgrade.h.
Referenced by get_template0_info(), and set_locale_and_encoding().
| char* DbLocaleInfo::db_ctype |
Definition at line 195 of file pg_upgrade.h.
Referenced by get_template0_info(), and set_locale_and_encoding().
| int DbLocaleInfo::db_encoding |
Definition at line 198 of file pg_upgrade.h.
Referenced by get_template0_info(), and set_locale_and_encoding().
| char* DbLocaleInfo::db_locale |
Definition at line 197 of file pg_upgrade.h.
Referenced by get_template0_info(), and set_locale_and_encoding().