Re: has_table/schema_privilige() returns incorrect info on temp tables - Mailing list pgsql-bugs

From Tom Lane
Subject Re: has_table/schema_privilige() returns incorrect info on temp tables
Date
Msg-id 22505.1141077518@sss.pgh.pa.us
Whole thread Raw
In response to Re: has_table/schema_privilige() returns incorrect info on temp tables  (Frank van Vugt <ftm.van.vugt@foxi.nl>)
List pgsql-bugs
Frank van Vugt <ftm.van.vugt@foxi.nl> writes:
>> After you've created at least one temp table, you can look at the result
>> of "current_schemas(true)".  There's no guarantee that the schema even
>> exists before you've created something...

> Is there a guaranteed order of the resulting array, i.e. is this guaranteed to
> return the temp schema, given there is one:

>     'select (current_schemas(true))[1]'.....?

Yes, in the current implementation and for the foreseeable future (else
temp tables would fail to mask permanent tables).

            regards, tom lane

pgsql-bugs by date:

Previous
From: Frank van Vugt
Date:
Subject: Re: has_table/schema_privilige() returns incorrect info on temp tables
Next
From: "Tanguy MOAL"
Date:
Subject: BUG #2287: Probably a translation error