feature suggestion

Поиск
Список
Период
Сортировка
От Rafael Azevedo
Тема feature suggestion
Дата
Msg-id 5e126fe30707311233q6800df98l6f9956a023593a3d@mail.gmail.com
обсуждение исходный текст
Ответы Re: feature suggestion
Re: feature suggestion
Список 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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: stats_block_level
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: stats_block_level