Re: Odd messages on reloading DB table - Mailing list pgsql-general

From David G. Johnston
Subject Re: Odd messages on reloading DB table
Date
Msg-id CAKFQuwYYhb9d6dQ8Q-hLumTL5awGzQsQTO1S8NbL2i-Ew64gSg@mail.gmail.com
Whole thread Raw
In response to Odd messages on reloading DB table  (Steve Wampler <swampler@nso.edu>)
Responses Re: Odd messages on reloading DB table  (Steve Wampler <swampler@nso.edu>)
List pgsql-general
On Thursday, February 7, 2019, Steve Wampler <swampler@nso.edu> wrote:
   (1) the table already exist and the immediately doesn't exist?
   (2) report ERROR on UPDATE when there are no UPDATES in the input file
 

Most likely the first attempt was schema qualified and so found the existing targets table while the second attempt was not schema qualified and targets is not in the search path.

One guess I have is that triggers are involved here and those triggers need to be more resiliant in face of the recent search_path security update.

David J.

pgsql-general by date:

Previous
From: Michel Pelletier
Date:
Subject: Re: How to add a new psql command ?
Next
From: Eugene Podshivalov
Date:
Subject: Full text search parser dictionary