Re: PostgreSQL Top 10 Wishlist

Поиск
Список
Период
Сортировка
От Tony Caduto
Тема Re: PostgreSQL Top 10 Wishlist
Дата
Msg-id 43D333CA.4060806@amsoftwaredesign.com
обсуждение исходный текст
Ответ на Re: PostgreSQL Top 10 Wishlist  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Ответы Re: PostgreSQL Top 10 Wishlist  (Tino Wildenhain <tino@wildenhain.de>)
Список pgsql-general
  I think a client that tells me the columns are a, b, c but then
> gives me an error on "insert into table values (aval, bval, cval)" because
> the actual logical order is different is probably fairly broken.

I guess that could be a problem, I was thinking in terms of how I do a
insert, I rarely do it that way, I usually specify the columns by name i.e.
insert into blabla (fieldname1,fieldname2) values('bla','bla')

oh well, there goes that idea :-)


--
Tony Caduto
AM Software Design
Home of PG Lightning Admin for Postgresql
http://www.amsoftwaredesign.com

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: PostgreSQL Top 10 Wishlist
Следующее
От: Tino Wildenhain
Дата:
Сообщение: Re: PostgreSQL Top 10 Wishlist