summaryrefslogtreecommitdiffstats
path: root/src/backend/catalog/pg_parameter_acl_d.h
blob: 8a27703a9d338ffa00450c2cb0d457c9bd4665b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*-------------------------------------------------------------------------
 *
 * pg_parameter_acl_d.h
 *    Macro definitions for pg_parameter_acl
 *
 * Portions Copyright (c) 1996-2022, 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_PARAMETER_ACL_D_H
#define PG_PARAMETER_ACL_D_H

#define ParameterAclRelationId 6243
#define PgParameterAclToastTable 6244
#define PgParameterAclToastIndex 6245
#define ParameterAclParnameIndexId 6246
#define ParameterAclOidIndexId 6247

#define Anum_pg_parameter_acl_oid 1
#define Anum_pg_parameter_acl_parname 2
#define Anum_pg_parameter_acl_paracl 3

#define Natts_pg_parameter_acl 3


#endif							/* PG_PARAMETER_ACL_D_H */