Re: [GENERAL] is (not) distinct from
От | Johann Spies |
---|---|
Тема | Re: [GENERAL] is (not) distinct from |
Дата | |
Msg-id | CAGZ55DQK5yPEcecVWAX9O7MxtXKvB1yXg7jzLOY6zyPz7VmAEg@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: [GENERAL] is (not) distinct from (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: [GENERAL] is (not) distinct from
|
Список | pgsql-general |
Thanks (again Adrian) and Tom.
The situation was that I had a table with 731million records which I wanted to copy into a partitioned one where there was a unique constraint on the fields used in my query.where
s.citing_article = A.citing_article
and
s.cited_article != A.cited_article
and
s.pubyear is distinct from A.pubyear
and
s.year_cited is distinct from A.year_cited
and
s.cited_author is distinct from A.cited_author
and
regexp_replace(s.cited_title, $$'$$, $$''$$,'g') is distinct from
regexp_replace(A.cited_title, $$'$$, $$''$$,'g')
and
regexp_replace(s.cited_work, $$'$$, $$''$$,'g') is distinct from regexp_replace(A.cited_work, $$'$$, $$''$$,'g')
and
s.doi is distinct from A.doi
Regards.
Johann
--
Because experiencing your loyal love is better than life itself,
my lips will praise you. (Psalm 63:3)
my lips will praise you. (Psalm 63:3)
В списке pgsql-general по дате отправления: