Header And Logo

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

Defines | Typedefs | Functions | Variables

pg_ts_config.h File Reference

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

Go to the source code of this file.

Defines

#define TSConfigRelationId   3602
#define Natts_pg_ts_config   4
#define Anum_pg_ts_config_cfgname   1
#define Anum_pg_ts_config_cfgnamespace   2
#define Anum_pg_ts_config_cfgowner   3
#define Anum_pg_ts_config_cfgparser   4

Typedefs

typedef FormData_pg_ts_configForm_pg_ts_config

Functions

 CATALOG (pg_ts_config, 3602)
 DATA (insert OID=3748("simple"PGNSP PGUID 3722))
 DESCR ("simple configuration")

Variables

 FormData_pg_ts_config

Define Documentation

#define Anum_pg_ts_config_cfgname   1

Definition at line 48 of file pg_ts_config.h.

Referenced by DefineTSConfiguration().

#define Anum_pg_ts_config_cfgnamespace   2

Definition at line 49 of file pg_ts_config.h.

Referenced by DefineTSConfiguration().

#define Anum_pg_ts_config_cfgowner   3

Definition at line 50 of file pg_ts_config.h.

Referenced by DefineTSConfiguration().

#define Anum_pg_ts_config_cfgparser   4

Definition at line 51 of file pg_ts_config.h.

Referenced by DefineTSConfiguration().

#define Natts_pg_ts_config   4

Definition at line 47 of file pg_ts_config.h.

#define TSConfigRelationId   3602

Typedef Documentation

Definition at line 41 of file pg_ts_config.h.


Function Documentation

CATALOG ( pg_ts_config  ,
3602   
)

Definition at line 33 of file pg_ts_config.h.

{
    NameData    cfgname;        /* name of configuration */
    Oid         cfgnamespace;   /* name space */
    Oid         cfgowner;       /* owner */
    Oid         cfgparser;      /* OID of parser (in pg_ts_parser) */
} FormData_pg_ts_config;

DATA ( insert  OID = 3748("simple"PGNSP PGUID 3722)  ) 
DESCR ( "simple configuration"   ) 

Variable Documentation

Definition at line 39 of file pg_ts_config.h.