Re: Foreign Key locking / deadlock issue.... v2

From: rob stone <floriparob(at)gmail(dot)com>
To: HORDER Phil <Phil(dot)Horder(at)uk(dot)thalesgroup(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Foreign Key locking / deadlock issue.... v2
Date: 2018-03-23 11:43:01
Message-ID: 1521805381.3002.8.camel@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello Phil,

I've run your sample script on 9.6.5 and 10.3.
The only thing that I added was a commit; after the initial inserts
just to ensure the rows were saved.
No errors were reported for either version.

The output of \dp after running was:-

Access privileges
Schema | Name | Type | Access privileges | Column privileges
| Policies
--------+------+-------+-------------------+-------------------+-------
-----------
public | eln | table | | |
public | pl | table | | |
security_policy:+
| | | | | (u):
true

--> including the FOR ALL in the create policy statement as well as
WITH CHECK(true).

Access privileges
Schema | Name | Type | Access privileges | Column privileges
| Policies
--------+------+-------+-------------------+-------------------+-------
-----------
public | eln | table | | |
public | pl | table | | |
security_policy:+
| | | | | (u):
true +
| | | | | (c):
true

The only mystery is what happens here:-

<snip>

-- …. Pause while other processing happens …..
(commit;)


-- Child table processing – occurs often & quickly. Starts after parent
update.

<\snip>

I'd like to know more about RLS and trying to de-bug your script.

On a production application you'd be testing for errors and raising
exceptions so as to inform users that a problem occurred.

So, without knowing what occurs during "Pause while other processing
happens" I can't help any further.

Cheers,
Rob

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2018-03-23 12:51:49 Re: Use pgloader with FDW
Previous Message Patricia DECHANDOL 2018-03-23 10:55:45 Use pgloader with FDW