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

#include <pg_locale.h>

Data Fields

bool deterministic
 
bool collate_is_c
 
bool ctype_is_c
 
bool is_default
 
const struct collate_methodscollate
 
const struct ctype_methodsctype
 
union { 
 
   struct { 
 
      const char *   locale 
 
      bool   casemap_full 
 
   }   builtin 
 
   locale_t   lt 
 
};  
 

Detailed Description

Definition at line 138 of file pg_locale.h.

Field Documentation

◆ [union]

union { ... } pg_locale_struct

◆ [struct]

◆ casemap_full

◆ collate

◆ collate_is_c

◆ ctype

◆ ctype_is_c

◆ deterministic

◆ is_default

◆ locale

◆ lt


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