Re: shouldn't all tables have Object Descriptions? - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: shouldn't all tables have Object Descriptions?
Date
Msg-id 479A4B0D.8060607@iol.ie
Whole thread Raw
In response to shouldn't all tables have Object Descriptions?  (Geoffrey <lists@serioustechnology.com>)
List pgsql-general
On 25/01/2008 19:54, Geoffrey wrote:

> Question is, why does the avlds table not have an entry in the Object
> descriptions?

According to \? in psql, \dd shows the comment on the table....so I
suppose if there's no comment, then \dd won't show one.

Comments are created by executing

     COMMENT ON TABLE yourtablename IS '....comment here....';

There's no comment created by default.

Ray.

---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
---------------------------------------------------------------

pgsql-general by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Re: exporting postgre data
Next
From: Tom Hart
Date:
Subject: Re: ascii to utf-8