Dashboard
PHP:
8.1.33
OS:
Linux
User:
lawtemple
/
/
usr
/
pgsql-11
/
include
/
server
/
catalog
📤 Upload
📝 New File
📁 New Folder
Close
Editing: pg_publication_rel_d.h
/*------------------------------------------------------------------------- * * pg_publication_rel_d.h * Macro definitions for pg_publication_rel * * 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_PUBLICATION_REL_D_H #define PG_PUBLICATION_REL_D_H #define PublicationRelRelationId 6106 #define Anum_pg_publication_rel_prpubid 1 #define Anum_pg_publication_rel_prrelid 2 #define Natts_pg_publication_rel 2 #endif /* PG_PUBLICATION_REL_D_H */
Save
Cancel