postgresql/src/include/catalog
Marc G. Fournier 51a1741cfb From: Jeroen van Vianen <jeroenv@design.nl>
Attached patch will add a version() function to Postges, e.g.

template1=> select version();
version
------------------------------------------------------------
PostgreSQL 6.3.2 on i586-pc-linux-gnu, compiled by gcc 2.8.1
(1 row)
1998-04-29 12:41:29 +00:00
..
catalog.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
catname.h From: Jan Wieck <jwieck@debis.com> 1998-02-25 13:09:49 +00:00
duplicate_oids A couple of development scripts by Dan to detect unused and duplicate 1997-03-15 06:03:08 +00:00
heap.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
index.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
indexing.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
pg_aggregate.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
pg_am.h Add pg_description table for info on tables, columns, operators, types, and aggregates. Modify psql with new \dd operator to access description 1997-11-13 03:23:18 +00:00
pg_amop.h Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
pg_amproc.h Add datetime and timespan hash index declarations. Use float8 for both; 1997-11-30 22:58:07 +00:00
pg_attrdef.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
pg_attribute.h Fix bad oid in table. 1998-03-07 04:49:57 +00:00
pg_class.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
pg_database.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
pg_description.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
pg_group.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
pg_index.h Remove archive stuff. 1997-11-21 18:12:58 +00:00
pg_inheritproc.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
pg_inherits.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
pg_ipl.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
pg_language.h Add pg_description table for info on tables, columns, operators, types, and aggregates. Modify psql with new \dd operator to access description 1997-11-13 03:23:18 +00:00
pg_listener.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
pg_log.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
pg_opclass.h Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
pg_operator.h Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
pg_parg.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
pg_proc.h From: Jeroen van Vianen <jeroenv@design.nl> 1998-04-29 12:41:29 +00:00
pg_relcheck.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
pg_rewrite.h Rename column to avoid "action" SQL92 reserved word. 1997-10-25 05:25:10 +00:00
pg_shadow.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
pg_statistic.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
pg_trigger.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
pg_type.h Fixed table type lengths for Maurice. 1998-04-27 03:19:10 +00:00
pg_variable.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
pg_version.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
unused_oids A couple of development scripts by Dan to detect unused and duplicate 1997-03-15 06:03:08 +00:00