From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | will trillich <will(at)serensoft(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: pg_description usage pointers? |
Date: | 2001-03-20 02:50:20 |
Message-ID: | 200103200250.VAA20043@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Psql backslash commands use it to describe tables, types, functions,
etc.
> 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!
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-03-20 03:27:22 | Re: Accessing serials through rules |
Previous Message | Jeff Fitzmyers | 2001-03-20 02:49:20 | RE: What could cause postmaster to be started many times? |