Re: Question on comment

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Petter Reinholdtsen <pere(at)hungry(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Question on comment
Date: 2000-10-18 04:18:13
Message-ID: 3953.971842693@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

IIRC, the COMMENT command was added in 7.0. But it's just a user
interface to the pg_description table, which has existed for awhile.
pg_description is the thing to look at if you want to manipulate
comments directly. Basically it maps OIDs to comments...

regards, tom lane

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Petter Reinholdtsen 2000-10-18 04:26:34 Re: Question on comment
Previous Message Petter Reinholdtsen 2000-10-18 03:53:46 Question on comment