Re: Adding notes against fields - Mailing list pgsql-general

From Richard Huxton
Subject Re: Adding notes against fields
Date
Msg-id 4810CBB2.60609@archonet.com
Whole thread Raw
In response to Adding notes against fields  (Oliver Helm <oliver@blue-emu.net>)
Responses Re: Adding notes against fields  ("Joshua D. Drake" <jd@commandprompt.com>)
List 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

pgsql-general by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: How to modify ENUM datatypes?
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Adding notes against fields