Re: [GENERAL] Table & Column descriptions

2000-11-30 Thread Dale Anderson
That is exactly what I was looking for. Thanks a lot. Dale. >>> "Joel Burton" <[EMAIL PROTECTED]> 11/30/00 01:29PM >>> \d+ should show you the table schema with comments. If you're looking for the actual data, it's in pg_description. The objoid field matches the oid field in pg_attribute (whi

Re: [GENERAL] Table & Column descriptions

2000-11-30 Thread Joel Burton
\d+ should show you the table schema with comments. If you're looking for the actual data, it's in pg_description. The objoid field matches the oid field in pg_attribute (which is the "fields" table for pgsql). On 30 Nov 2000, at 11:17, Dale Anderson wrote: >I am able to add table and col