Re: Documenting a DB schema - Mailing list pgsql-general

From Alan Hodgson
Subject Re: Documenting a DB schema
Date
Msg-id 200803041300.50522@hal.medialogik.com
Whole thread Raw
In response to Documenting a DB schema  ("Shahaf Abileah" <shahaf@redfin.com>)
List pgsql-general
On Tuesday 04 March 2008, "Shahaf Abileah" <shahaf@redfin.com> wrote:
>
> However, Postgres doesn't support the "comment" keyword.  Is there an
> alternative?

comment on table table_name is 'comment';
comment on column table.column_name is 'comment';


--
Alan

pgsql-general by date:

Previous
From: Oisin Glynn
Date:
Subject: Re: Documenting a DB schema
Next
From: Colin Wetherbee
Date:
Subject: Re: Documenting a DB schema