PostgreSQL Source Code git master
Loading...
Searching...
No Matches
DbLocaleInfo Struct Reference

#include <pg_upgrade.h>

Data Fields

chardb_collate
 
chardb_ctype
 
char db_collprovider
 
chardb_locale
 
int db_encoding
 

Detailed Description

Definition at line 216 of file pg_upgrade.h.

Field Documentation

◆ db_collate

char* DbLocaleInfo::db_collate

Definition at line 218 of file pg_upgrade.h.

Referenced by get_template0_info(), and set_locale_and_encoding().

◆ db_collprovider

char DbLocaleInfo::db_collprovider

Definition at line 220 of file pg_upgrade.h.

Referenced by get_template0_info(), and set_locale_and_encoding().

◆ db_ctype

char* DbLocaleInfo::db_ctype

Definition at line 219 of file pg_upgrade.h.

Referenced by get_template0_info(), and set_locale_and_encoding().

◆ db_encoding

int DbLocaleInfo::db_encoding

Definition at line 222 of file pg_upgrade.h.

Referenced by get_template0_info(), and set_locale_and_encoding().

◆ db_locale

char* DbLocaleInfo::db_locale

Definition at line 221 of file pg_upgrade.h.

Referenced by get_template0_info(), and set_locale_and_encoding().


The documentation for this struct was generated from the following file: