Re: Removing INNER JOINs - Mailing list pgsql-general

From Jim Finnerty
Subject Re: Removing INNER JOINs
Date
Msg-id 1512966801439-0.post@n3.nabble.com
Whole thread Raw
In response to Removing INNER JOINs  (Andreas Joseph Krogh <andreas@visena.com>)
Responses Re: Removing INNER JOINs
List pgsql-general
FK constraint enforcement may be deferred, but only to the end of the DML
transaction.  Can someone provide an example where a SELECT statement that
is not in that DML transaction and that can view only committed data can see
a FK-side row that doesn't join with any PK-side row?

I don't think I understand why the volatile function scenario.  Can a
volatile function somehow circumvent FK enforcement?  If not, then why is
the volatile function scenario different than any other DML with respect to
the enforcement of FK constraints?

thank you,

    /Jim F






--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html


pgsql-general by date:

Previous
From: Gmail
Date:
Subject: Re: Display table entries using partial column entry
Next
From: "Tsunakawa, Takayuki"
Date:
Subject: Is it possible to sort strings in EBCDIC order in PostgreSQL server?