Insert a description while creating a table - Mailing list pgsql-sql

From luiz@klais.com.br
Subject Insert a description while creating a table
Date
Msg-id Pine.LNX.4.44.0308130851230.1254-100000@elessar.klais
Whole thread Raw
Responses Re: Insert a description while creating a table  (Rod Taylor <rbt@rbt.ca>)
List pgsql-sql
Hi,

I want to insert descriptions at the columns of my tables but without 
using the command COMMENT ON. I want to do it together with the table 
creation. Is that possible?

I wanna do something like this:

create table test (id serial 'Descripitions about ID',name varchar(50) 'Descriptions about NAME'
);

Thanks in advance


Luiz.

-- 
*************************
*  Luiz Fernando Pinto  *
*          -*-          *
* Klais Desenvolvimento *
*   luiz@klais.com.br   *
*************************



pgsql-sql by date:

Previous
From: Christoph Haller
Date:
Subject: Re: INSERT INTO ... SELECT
Next
From: Rod Taylor
Date:
Subject: Re: Insert a description while creating a table