Re: I get ERROR: column "table_name" does not exist

Поиск
Список
Период
Сортировка
От Erik Wienhold
Тема Re: I get ERROR: column "table_name" does not exist
Дата
Msg-id d9130ac6-5e22-4c69-8461-ab347291ff9b@ewie.name
обсуждение исходный текст
Ответ на I get ERROR: column "table_name" does not exist  (PG Doc comments form <noreply@postgresql.org>)
Список 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 по дате отправления:

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: CLUSTER details
Следующее
От: Dull Bananas
Дата:
Сообщение: DROP TRIGGER lock