BUG #6535: LEFT JOIN on large table is altering data

Поиск
Список
Период
Сортировка
Искать
От
aren@arencambre.com
Тема
BUG #6535: LEFT JOIN on large table is altering data
Дата
Msg-id
E1S8YgG-0002hJ-SR@wrigleys.postgresql.org
Список
Дерево обсуждения
BUG #6535: LEFT JOIN on large table is altering data aren@arencambre.com
Re: BUG #6535: LEFT JOIN on large table is altering data Tom Lane <tgl@sss.pgh.pa.us>
Re: BUG #6535: LEFT JOIN on large table is altering data Aren Cambre <aren@arencambre.com>
Re: BUG #6535: LEFT JOIN on large table is altering data "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: BUG #6535: LEFT JOIN on large table is altering data "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Re: BUG #6535: LEFT JOIN on large table is altering data Aren Cambre <aren@arencambre.com>
Re: BUG #6535: LEFT JOIN on large table is altering data Tom Lane <tgl@sss.pgh.pa.us>
Re: BUG #6535: LEFT JOIN on large table is altering data Aren Cambre <aren@arencambre.com>
Re: BUG #6535: LEFT JOIN on large table is altering data Alvaro Herrera <alvherre@commandprompt.com>
Re: BUG #6535: LEFT JOIN on large table is altering data Aren Cambre <aren@arencambre.com>
Re: BUG #6535: LEFT JOIN on large table is altering data Aren Cambre <aren@arencambre.com>
The following bug has been logged on the website:

Bug reference:      6535
Logged by:          Aren Cambre
Email address:      aren@arencambre.com
PostgreSQL version: 9.1.3
Operating system:   Windows 7 x64
Description:=20=20=20=20=20=20=20=20

(Note that this issue is described fully at
http://stackoverflow.com/questions/9713537/postgres-left-join-is-creating-n=
ew-data.
A few knowledgeable people have weighed in, and there is no solution
identified.)

In a nutshell, I have a query LEFT JOINing table A with table B and
inserting the data into table A'. A' is a functional equivalent of table A.
Table B is actually built from a using a WITH at the top. I'm using it to
help add a rank() to the table.

Table A has just over 2 million rows.

There is a column named citation_id that has no null values. Not only does
citation_id have a NOT NULL constraint, I have verified with a query that it
has no null values.

The LEFT JOIN is pulling table A's citation_id. However, when the joined
table is inserted into table A', Postgres throws "null value in column
"citation_id" violates not-null constraint" errors.

Note that I am running Postgres 32 bit for PostGIS compatibility.
В списке pgsql-bugs по дате отправления
От: Heikki Linnakangas
Дата:
От: Tom Lane
Дата:
FAQ