Question on INSERT statement

Поиск
Список
Период
Сортировка
От Geoffrey KRETZ
Тема Question on INSERT statement
Дата
Msg-id 40FB7E09.4070000@4js.com
обсуждение исходный текст
Ответы Re: Question on INSERT statement
Список pgsql-general
Hello,

I'm wondering if the following behaviour is the correct one for
PostGreSQL (7.4 on UNIX).

I've a table temp_tab with 5 fields (f1,f2,f3,...),and I'm a launching
the following request :

INSERT INTO temp_tab VALUES (1,2,3)

It  will insert the values in the three first row whereas with informix
or db2 for exemple, it will return an error.

So is that normal ?

Geoffrey Kretz - Four J's Development Tools

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

Предыдущее
От: Anton Nikiforov
Дата:
Сообщение: PGCluster in production
Следующее
От: Geoffrey KRETZ
Дата:
Сообщение: UPDATE statement