Re: [Code: 0, SQL State: 0A000] when "typing" from pg_catalog

From: Thiemo Kellner <thiemo(at)gelassene-pferde(dot)biz>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: [Code: 0, SQL State: 0A000] when "typing" from pg_catalog
Date: 2024-04-09 15:12:02
Message-ID: 95a1f1fe-b7c5-4547-8dd7-bf8ef41898a5@gelassene-pferde.biz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks for taking this up.

Am 09.04.2024 um 17:09 schrieb Adrian Klaver:
> On 4/9/24 07:59, Thiemo Kellner wrote:
> [Code: 0, SQL State: 0A000] ERROR: References to other databases are not
> implemented: pg_catalog.pg_roles.rolname
>    Position: 298 [Script position: 334 - 361]
>
> PG_CATALOG.PG_ROLES.ROLNAME := 'snowrunner_reader';
>
> Is being seen as DB_NAME.TABLE_NAME.COLUMN_NAME.

Yes, obviously, but why? With the information_schema view all is fine.
And, I suppose, with all other objects in other schemas of the same
database too.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2024-04-09 15:18:48 Re: [Code: 0, SQL State: 0A000] when "typing" from pg_catalog
Previous Message Adrian Klaver 2024-04-09 15:09:02 Re: [Code: 0, SQL State: 0A000] when "typing" from pg_catalog