Re: checking existence of a table before updating its SERIAL - Mailing list pgsql-general

From David G. Johnston
Subject Re: checking existence of a table before updating its SERIAL
Date
Msg-id CAKFQuwbGyR7kcdySrcu8JMjeFzbU9YuPUcXiLX-SmpctwsvXKQ@mail.gmail.com
Whole thread Raw
In response to checking existence of a table before updating its SERIAL  (Matthias Apitz <guru@unixarea.de>)
List pgsql-general
On Monday, June 8, 2020, Matthias Apitz <guru@unixarea.de> wrote:

Can some kind soul help me with doing a test for the existence of the
table to avoid the error message about non existing relation?



David J.

pgsql-general by date:

Previous
From: Matthias Apitz
Date:
Subject: checking existence of a table before updating its SERIAL
Next
From: Thorsten Schöning
Date:
Subject: Concurrenctly running CREATE TEMP TABLE IF NOT EXISTS [...] AS [...]