| Server IP : 185.216.8.13 / Your IP : 216.73.216.140 Web Server : Apache System : Linux webhost-vie2.sitetide.com 4.18.0-553.156.1.el8_10.x86_64 #1 SMP Mon Aug 17 17:52:57 UTC 2026 x86_64 User : medicalkn ( 9986) PHP Version : 8.2.33 Disable Function : syslog MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/root/proc/4102286/root/usr/pgsql-17/include/server/catalog/ |
Upload File : |
/*------------------------------------------------------------------------- * * pg_constraint_d.h * Macro definitions for pg_constraint * * Portions Copyright (c) 1996-2024, 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_CONSTRAINT_D_H #define PG_CONSTRAINT_D_H #define ConstraintRelationId 2606 #define ConstraintNameNspIndexId 2664 #define ConstraintRelidTypidNameIndexId 2665 #define ConstraintTypidIndexId 2666 #define ConstraintOidIndexId 2667 #define ConstraintParentIndexId 2579 #define Anum_pg_constraint_oid 1 #define Anum_pg_constraint_conname 2 #define Anum_pg_constraint_connamespace 3 #define Anum_pg_constraint_contype 4 #define Anum_pg_constraint_condeferrable 5 #define Anum_pg_constraint_condeferred 6 #define Anum_pg_constraint_convalidated 7 #define Anum_pg_constraint_conrelid 8 #define Anum_pg_constraint_contypid 9 #define Anum_pg_constraint_conindid 10 #define Anum_pg_constraint_conparentid 11 #define Anum_pg_constraint_confrelid 12 #define Anum_pg_constraint_confupdtype 13 #define Anum_pg_constraint_confdeltype 14 #define Anum_pg_constraint_confmatchtype 15 #define Anum_pg_constraint_conislocal 16 #define Anum_pg_constraint_coninhcount 17 #define Anum_pg_constraint_connoinherit 18 #define Anum_pg_constraint_conkey 19 #define Anum_pg_constraint_confkey 20 #define Anum_pg_constraint_conpfeqop 21 #define Anum_pg_constraint_conppeqop 22 #define Anum_pg_constraint_conffeqop 23 #define Anum_pg_constraint_confdelsetcols 24 #define Anum_pg_constraint_conexclop 25 #define Anum_pg_constraint_conbin 26 #define Natts_pg_constraint 26 /* Valid values for contype */ #define CONSTRAINT_CHECK 'c' #define CONSTRAINT_FOREIGN 'f' #define CONSTRAINT_NOTNULL 'n' #define CONSTRAINT_PRIMARY 'p' #define CONSTRAINT_UNIQUE 'u' #define CONSTRAINT_TRIGGER 't' #define CONSTRAINT_EXCLUSION 'x' /* * Valid values for confupdtype and confdeltype are the FKCONSTR_ACTION_xxx * constants defined in parsenodes.h. Valid values for confmatchtype are * the FKCONSTR_MATCH_xxx constants defined in parsenodes.h. */ #endif /* PG_CONSTRAINT_D_H */