comment on table "test" is 'fziofeiozfiezojfezjfeziojfeziojf ezfjioezifj ezio' ; Rod Taylor wrote: On Wed, 2003-08-13 at 07:56, [EMAIL PROTECTED] wrote: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' );Probably not going to happen in the backend. However, you should be able to accomplish that with a little bit of Perl to pre-process the SQL. |
- [SQL] Insert a description while creating a table luiz
- Re: [SQL] Insert a description while creating a t... Rod Taylor
- Re: [SQL] Insert a description while creating... Benoît Bournon
- Re: [SQL] Insert a description while creating... BenLaKnet
- Re: [SQL] Insert a description while creating a t... Christoph Haller
- Re: [SQL] Insert a description while creating a t... Christoph Haller
- Re: [SQL] Insert a description while creating... luiz
- Re: [SQL] Insert a description while creating... Reinoud van Leeuwen