pg_description usage pointers?

From: will trillich <will(at)serensoft(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_description usage pointers?
Date: 2001-03-20 00:52:28
Message-ID: 20010319185228.B10748@mail.serensoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

anybody using the PG_DESCRIPTION table to useful effect?
if so, or even if not, anybody got some ideas on what you
can do with it?

psql=> \h comment

Command: COMMENT
Description: Add comment to an object
Syntax:
COMMENT ON
[
[ DATABASE | INDEX | RULE | SEQUENCE | TABLE | TYPE | VIEW ]
object_name |
COLUMN table_name.column_name|
AGGREGATE agg_name agg_type|
FUNCTION func_name (arg1, arg2, ...)|
OPERATOR op (leftoperand_type rightoperand_type) |
TRIGGER trigger_name ON table_name
] IS 'text'

--
will(at)serensoft(dot)com
http://newbieDoc.sourceforge.net/ -- we need your brain!
http://www.dontUthink.com/ -- your brain needs us!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2001-03-20 01:18:37 Re: Strange Type Mismatch on Insert
Previous Message Jeff Fitzmyers 2001-03-20 00:48:08 What could cause postmaster to be started many times?