Re: Adding notes against fields

From: Richard Huxton <dev(at)archonet(dot)com>
To: Oliver Helm <oliver(at)blue-emu(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Adding notes against fields
Date: 2008-04-24 18:04:34
Message-ID: 4810CBB2.60609@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Oliver Helm wrote:
> Hello,
>
> I was wondering if if is possible to add a note against a field on a
> postgresql table?

You can add comments: COMMENT ON <various things> IS 'text' - see
manuals for details.

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris Browne 2008-04-24 18:12:42 Re: How to modify ENUM datatypes?
Previous Message Merlin Moncure 2008-04-24 18:02:07 Re: How to modify ENUM datatypes?