Re: has_table/schema_privilige() returns incorrect info on temp tables

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Frank van Vugt <ftm(dot)van(dot)vugt(at)foxi(dot)nl>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: has_table/schema_privilige() returns incorrect info on temp tables
Date: 2006-02-27 21:58:38
Message-ID: 22505.1141077518@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Frank van Vugt <ftm(dot)van(dot)vugt(at)foxi(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Jonathan Albert C. Vallar 2006-02-28 03:51:20 BUG #2288: bad value for type timestamp using JDBC Type2 Driver version 8.1-405
Previous Message Frank van Vugt 2006-02-27 21:54:53 Re: has_table/schema_privilige() returns incorrect info on temp tables