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 192 of file pg_upgrade.h.

Field Documentation

◆ db_collate

char* DbLocaleInfo::db_collate

Definition at line 194 of file pg_upgrade.h.

Referenced by get_template0_info(), and set_locale_and_encoding().

◆ db_collprovider

char DbLocaleInfo::db_collprovider

Definition at line 196 of file pg_upgrade.h.

Referenced by get_template0_info(), and set_locale_and_encoding().

◆ db_ctype

char* DbLocaleInfo::db_ctype

Definition at line 195 of file pg_upgrade.h.

Referenced by get_template0_info(), and set_locale_and_encoding().

◆ db_encoding

int DbLocaleInfo::db_encoding

Definition at line 198 of file pg_upgrade.h.

Referenced by get_template0_info(), and set_locale_and_encoding().

◆ db_locale

char* DbLocaleInfo::db_locale

Definition at line 197 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: