1/*-------------------------------------------------------------------------
2 *
3 * pg_language_d.h
4 * Macro definitions for pg_language
5 *
6 * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
7 * Portions Copyright (c) 1994, Regents of the University of California
8 *
9 * NOTES
10 * ******************************
11 * *** DO NOT EDIT THIS FILE! ***
12 * ******************************
13 *
14 * It has been GENERATED by src/backend/catalog/genbki.pl
15 *
16 *-------------------------------------------------------------------------
17 */
18#ifndef PG_LANGUAGE_D_H
19#define PG_LANGUAGE_D_H
20
21#define LanguageRelationId 2612
22
23#define Anum_pg_language_oid 1
24#define Anum_pg_language_lanname 2
25#define Anum_pg_language_lanowner 3
26#define Anum_pg_language_lanispl 4
27#define Anum_pg_language_lanpltrusted 5
28#define Anum_pg_language_lanplcallfoid 6
29#define Anum_pg_language_laninline 7
30#define Anum_pg_language_lanvalidator 8
31#define Anum_pg_language_lanacl 9
32
33#define Natts_pg_language 9
34
35#define INTERNALlanguageId 12
36#define ClanguageId 13
37#define SQLlanguageId 14
38
39#endif /* PG_LANGUAGE_D_H */
40