Re: How to add description for databases and tables? - Mailing list pgsql-novice

From Didier Gasser-Morlay
Subject Re: How to add description for databases and tables?
Date
Msg-id CAF5nyP9zsLds5WwYXh6OK7wMcUNsNy8azAEcX0ygNjkgAC_auA@mail.gmail.com
Whole thread Raw
In response to How to add description for databases and tables?  (Pandu Poluan <pandu@poluan.info>)
Responses Re: How to add description for databases and tables?
List 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

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Linux server connection process consumes all memory
Next
From: Pandu Poluan
Date:
Subject: Re: How to add description for databases and tables?