Re: Single-statement INSERT with multiple VALUES clauses behaving strangely...

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Single-statement INSERT with multiple VALUES clauses behaving strangely...
Дата
Msg-id 4C224C10.7080403@agliodbs.com
обсуждение исходный текст
Ответ на Single-statement INSERT with multiple VALUES clauses behaving strangely...  (Lou Picciano <LouPicciano@comcast.net>)
Список pgsql-testers
> *[Results]:* Single Statement approach (#2) always reports ERROR: value
> too long for type character varying(16), even though approach #1 -
> Multiple Inserts - imported exactly the same data with no error.  Is the
> single statement approach, with its pre-testing of the query, more
> fastidious?  IE, is my data bad, or is this a bug?

I can't reproduce this issue.  You'll need to provide a test case.  In
other words, I suspect that the data wasn't exactly the same in both cases.

--
                                  -- Josh Berkus
                                     PostgreSQL Experts Inc.
                                     http://www.pgexperts.com

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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: local_preload_libraries converts path to lowercase?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: R: [ADMIN] Postgresql 9.0b2 : pg_upgrade not passing username to pgdumpall ?