Re: I get ERROR: column "table_name" does not exist - Mailing list pgsql-docs

From Erik Wienhold
Subject Re: I get ERROR: column "table_name" does not exist
Date
Msg-id d9130ac6-5e22-4c69-8461-ab347291ff9b@ewie.name
Whole thread Raw
In response to I get ERROR: column "table_name" does not exist  (PG Doc comments form <noreply@postgresql.org>)
List pgsql-docs
On 2024-06-07 14:24 +0200, Florian Koch wrote:
> I made a gist with the error.
> https://gist.github.com/floratmin/a4b404f0fd66b03a0428c07686b71410

The problem is the semicolon after PG_DATATYPE_NAME, causing the
TABLE_NAME line to be a separate statement:

>    exception_datatype := PG_DATATYPE_NAME;
>    exception_table    := TABLE_NAME;

-- 
Erik



pgsql-docs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: CLUSTER details
Next
From: Dull Bananas
Date:
Subject: DROP TRIGGER lock