Re: Documenting a DB schema

From: Alan Hodgson <ahodgson(at)simkin(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Documenting a DB schema
Date: 2008-03-04 21:00:50
Message-ID: 200803041300.50522@hal.medialogik.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-docs pgsql-general pgsql-sql

On Tuesday 04 March 2008, "Shahaf Abileah" <shahaf(at)redfin(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Colin Wetherbee 2008-03-04 21:06:26 Re: Documenting a DB schema
Previous Message Michael Monnerie 2008-03-04 20:56:51 Re: Documenting a DB schema

Browse pgsql-docs by date

  From Date Subject
Next Message Colin Wetherbee 2008-03-04 21:06:26 Re: Documenting a DB schema
Previous Message Michael Monnerie 2008-03-04 20:56:51 Re: Documenting a DB schema

Browse pgsql-general by date

  From Date Subject
Next Message Colin Wetherbee 2008-03-04 21:06:26 Re: Documenting a DB schema
Previous Message Michael Monnerie 2008-03-04 20:56:51 Re: Documenting a DB schema

Browse pgsql-sql by date

  From Date Subject
Next Message Colin Wetherbee 2008-03-04 21:06:26 Re: Documenting a DB schema
Previous Message Michael Monnerie 2008-03-04 20:56:51 Re: Documenting a DB schema