| From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
|---|---|
| To: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
| Cc: | Richard Huxton <dev(at)archonet(dot)com>, Oliver Helm <oliver(at)blue-emu(dot)net>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Adding notes against fields |
| Date: | 2008-04-24 18:25:40 |
| Message-ID: | 20080424182540.GL5593@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Joshua D. Drake wrote:
> On Thu, 24 Apr 2008 19:04:34 +0100
> Richard Huxton <dev(at)archonet(dot)com> wrote:
>
> > 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.
>
> However, COMMENTS don't append.
But you can add one to the new column.
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Chris Browne | 2008-04-24 18:28:16 | Re: Adding notes against fields |
| Previous Message | Joshua D. Drake | 2008-04-24 18:13:59 | Re: Adding notes against fields |