postgres/doc/src
Bruce Momjian 40c4472e22 TODO marked as done:
* Add schema, cast, and conversion backslash commands to psql

I had to create a new publically available function,
pg_conversion_is_visible, as it seemed to be missing from the catalogs.
This required me to do no small amount of hacking around in namespace.c

I have updated the \? help and sgml docs.

\dc - list conversions [PATTERN]
\dC - list casts
\dn list schemas

I didn't support patterns with casts as there's nothing obvious to match
against.

Catalog version incremented --- initdb required.

Christopher Kings-Lynne
2002-12-12 21:02:25 +00:00
..
FAQ Improvements from Neil Conway. 2002-12-05 05:47:44 +00:00
graphics These aren't used anymore. 2000-10-08 13:25:11 +00:00
sgml TODO marked as done: 2002-12-12 21:02:25 +00:00
Makefile Make install and clean targets behave more normally. 2002-11-30 00:22:39 +00:00