Re: How to add description for databases and tables?

From: Didier Gasser-Morlay <didiergm(at)gmail(dot)com>
To: pandu(at)poluan(dot)info
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: How to add description for databases and tables?
Date: 2011-12-07 07:20:09
Message-ID: CAF5nyP9zsLds5WwYXh6OK7wMcUNsNy8azAEcX0ygNjkgAC_auA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Use the Comment on ... syntax e.g.

comment on table my_table is 'this is a useful comment';

or

comment on column my_table.my_column is 'this contains some information' ...

look at the full comment on syntax

rgds
Didier

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Pandu Poluan 2011-12-07 07:41:54 Re: How to add description for databases and tables?
Previous Message Tom Lane 2011-12-06 17:10:46 Re: Linux server connection process consumes all memory