Re: [HACKERS] Feature Request: inline comments

2007-11-08 Thread Gevik Babakhani
> Feature freeze was six months ago, and no this wouldn't be a > "small add" even if it was the best idea since sliced bread. +1 ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomai

Re: [HACKERS] Feature Request: inline comments

2007-11-07 Thread Andrew Dunstan
CaT wrote: On Wed, Nov 07, 2007 at 06:32:53PM -0500, Tom Lane wrote: CaT <[EMAIL PROTECTED]> writes: It is a pretty obvious suggestion I bet was made many, many times before, but it would be very useful if you could create comments while creating the objects themselves, like CR

Re: [HACKERS] Feature Request: inline comments

2007-11-07 Thread CaT
On Wed, Nov 07, 2007 at 06:32:53PM -0500, Tom Lane wrote: > CaT <[EMAIL PROTECTED]> writes: > > It is a pretty obvious suggestion I bet was made many, many times > > before, but it would be very useful if you could create comments while > > creating the objects themselves, like > > > CREATE TABLE

Re: [HACKERS] Feature Request: inline comments

2007-11-07 Thread Tom Lane
CaT <[EMAIL PROTECTED]> writes: > It is a pretty obvious suggestion I bet was made many, many times > before, but it would be very useful if you could create comments while > creating the objects themselves, like > CREATE TABLE FOO ( >ID INTEGER NOT NULL PRIMARY KEY COMMENT 'The ID', >VALU