Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

feature suggestion



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


Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group