feature suggestion

From: "Rafael Azevedo" <rafael(at)webpro(dot)com(dot)br>
To: pgsql-hackers(at)postgresql(dot)org
Subject: feature suggestion
Date: 2007-07-31 19:33:28
Message-ID: 5e126fe30707311233q6800df98l6f9956a023593a3d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

People,

I'd like to suggest you guys to implement a new feature.
Actually is an alias for a existent feature.

Unstead of having to type all the insert syntax, using ("column") names, you
could do the same as MySQL does.
for example:

INSERT INTO Table SET
"Field1" = 'text',
"Field2" = 'text';

So it would make it easier and faster to develop applications using Postgre.

Thanks.
Rafael

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2007-07-31 19:47:36 Re: stats_block_level
Previous Message Gregory Stark 2007-07-31 19:16:36 Re: stats_block_level