Re: How to add description for databases and tables?

From: Basil Bourque <basil(dot)list(at)me(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: How to add description for databases and tables?
Date: 2011-12-07 07:50:45
Message-ID: A918E303-F05F-4A7E-AEF7-D4099510FD79@me.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

>> Using \d+ exposes a column "Description". Now, how do I add a
>> Description to a table and/or a column? There does not seem to be any
>> option during CREATE DATABASE or CREATE TABLE.
>
> http://www.postgresql.org/docs/9.1/static/sql-comment.html

The pgAdmin app lets you enter text in the "Comment" field of a table or column's Properties dialog.

--Basil Bourque

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Pandu Poluan 2011-12-07 09:18:17 Re: How to add description for databases and tables?
Previous Message Pandu Poluan 2011-12-07 07:41:54 Re: How to add description for databases and tables?