I get ERROR: column "table_name" does not exist

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: florian(dot)murat(dot)koch(at)gmail(dot)com
Subject: I get ERROR: column "table_name" does not exist
Date: 2024-06-04 19:50:15
Message-ID: 171753061515.2021730.14624637049210791754@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/16/plpgsql-control-structures.html
Description:

When using GET STACKED DIAGNOSTICS in PL/pgSQL accessing TABLE_NAME,
COLUMN_NAME, CONSTRAINT_NAME or SCHEMA_NAME throws an error.

The function "shared.test_raise_exception":
https://github.com/rin-nas/postgresql-patterns-library/issues/8#issuecomment-2147984520

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2024-06-04 19:54:02 Need clarification on "field"
Previous Message PG Doc comments form 2024-06-04 19:27:56 Minor accuracy issue