Header And Logo

PostgreSQL
| The world's most advanced open source database.

Defines | Typedefs | Functions | Variables

pg_ts_config_map.h File Reference

#include "catalog/genbki.h"
Include dependency graph for pg_ts_config_map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define TSConfigMapRelationId   3603
#define Natts_pg_ts_config_map   4
#define Anum_pg_ts_config_map_mapcfg   1
#define Anum_pg_ts_config_map_maptokentype   2
#define Anum_pg_ts_config_map_mapseqno   3
#define Anum_pg_ts_config_map_mapdict   4

Typedefs

typedef FormData_pg_ts_config_mapForm_pg_ts_config_map

Functions

 CATALOG (pg_ts_config_map, 3603) BKI_WITHOUT_OIDS
 DATA (insert(3748 1 1 3765))
 DATA (insert(3748 2 1 3765))
 DATA (insert(3748 3 1 3765))
 DATA (insert(3748 4 1 3765))
 DATA (insert(3748 5 1 3765))
 DATA (insert(3748 6 1 3765))
 DATA (insert(3748 7 1 3765))
 DATA (insert(3748 8 1 3765))
 DATA (insert(3748 9 1 3765))
 DATA (insert(3748 10 1 3765))
 DATA (insert(3748 11 1 3765))
 DATA (insert(3748 15 1 3765))
 DATA (insert(3748 16 1 3765))
 DATA (insert(3748 17 1 3765))
 DATA (insert(3748 18 1 3765))
 DATA (insert(3748 19 1 3765))
 DATA (insert(3748 20 1 3765))
 DATA (insert(3748 21 1 3765))
 DATA (insert(3748 22 1 3765))

Variables

 FormData_pg_ts_config_map

Define Documentation

#define Anum_pg_ts_config_map_mapcfg   1
#define Anum_pg_ts_config_map_mapdict   4

Definition at line 51 of file pg_ts_config_map.h.

Referenced by DefineTSConfiguration(), and MakeConfigurationMapping().

#define Anum_pg_ts_config_map_mapseqno   3

Definition at line 50 of file pg_ts_config_map.h.

Referenced by DefineTSConfiguration(), and MakeConfigurationMapping().

#define Anum_pg_ts_config_map_maptokentype   2
#define Natts_pg_ts_config_map   4

Definition at line 47 of file pg_ts_config_map.h.

#define TSConfigMapRelationId   3603

Typedef Documentation

Definition at line 41 of file pg_ts_config_map.h.


Function Documentation

CATALOG ( pg_ts_config_map  ,
3603   
)

Definition at line 33 of file pg_ts_config_map.h.

{
    Oid         mapcfg;         /* OID of configuration owning this entry */
    int32       maptokentype;   /* token type from parser */
    int32       mapseqno;       /* order in which to consult dictionaries */
    Oid         mapdict;        /* dictionary to consult */
} FormData_pg_ts_config_map;

DATA ( insert(3748 22 1 3765)   ) 
DATA ( insert(3748 21 1 3765)   ) 
DATA ( insert(3748 20 1 3765)   ) 
DATA ( insert(3748 19 1 3765)   ) 
DATA ( insert(3748 18 1 3765)   ) 
DATA ( insert(3748 17 1 3765)   ) 
DATA ( insert(3748 16 1 3765)   ) 
DATA ( insert(3748 15 1 3765)   ) 
DATA ( insert(3748 11 1 3765)   ) 
DATA ( insert(3748 10 1 3765)   ) 
DATA ( insert(3748 9 1 3765)   ) 
DATA ( insert(3748 8 1 3765)   ) 
DATA ( insert(3748 7 1 3765)   ) 
DATA ( insert(3748 6 1 3765)   ) 
DATA ( insert(3748 5 1 3765)   ) 
DATA ( insert(3748 4 1 3765)   ) 
DATA ( insert(3748 3 1 3765)   ) 
DATA ( insert(3748 2 1 3765)   ) 
DATA ( insert(3748 1 1 3765)   ) 

Variable Documentation

Definition at line 39 of file pg_ts_config_map.h.