| Current Path : /usr/pgsql-11/include/server/catalog/ |
| Current File : //usr/pgsql-11/include/server/catalog/pg_language_d.h |
/*------------------------------------------------------------------------- * * pg_language_d.h * Macro definitions for pg_language * * Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * NOTES * ****************************** * *** DO NOT EDIT THIS FILE! *** * ****************************** * * It has been GENERATED by src/backend/catalog/genbki.pl * *------------------------------------------------------------------------- */ #ifndef PG_LANGUAGE_D_H #define PG_LANGUAGE_D_H #define LanguageRelationId 2612 #define Anum_pg_language_lanname 1 #define Anum_pg_language_lanowner 2 #define Anum_pg_language_lanispl 3 #define Anum_pg_language_lanpltrusted 4 #define Anum_pg_language_lanplcallfoid 5 #define Anum_pg_language_laninline 6 #define Anum_pg_language_lanvalidator 7 #define Anum_pg_language_lanacl 8 #define Natts_pg_language 8 #define INTERNALlanguageId 12 #define ClanguageId 13 #define SQLlanguageId 14 #endif /* PG_LANGUAGE_D_H */