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 * * [EMAIL PROTECTED] * ************************* ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings