Insert a description while creating a table

Поиск
Список
Период
Сортировка
От luiz@klais.com.br
Тема Insert a description while creating a table
Дата
Msg-id Pine.LNX.4.44.0308130851230.1254-100000@elessar.klais
обсуждение исходный текст
Ответы Re: Insert a description while creating a table
Список 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 по дате отправления:

Предыдущее
От: Christoph Haller
Дата:
Сообщение: Re: INSERT INTO ... SELECT
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: Insert a description while creating a table