Re: [GENERAL] Temporary tables and miscellaneous schemas

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Sean Chittenden <sean(at)chittenden(dot)org>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>, btober(at)seaworthysys(dot)com
Subject: Re: [GENERAL] Temporary tables and miscellaneous schemas
Date: 2003-12-23 04:30:48
Message-ID: 272.1072153848@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> ! " n.nspname = (current_schemas(true))[1]\n", /* temp schema is first */

One more thing: that needs to be pg_catalog.current_schemas to
be search-path-proof.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-12-23 04:58:37 Re: [GENERAL] Temporary tables and miscellaneous schemas
Previous Message Tom Lane 2003-12-23 04:28:01 Re: [GENERAL] Temporary tables and miscellaneous schemas

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-12-23 04:58:37 Re: [GENERAL] Temporary tables and miscellaneous schemas
Previous Message Tom Lane 2003-12-23 04:28:01 Re: [GENERAL] Temporary tables and miscellaneous schemas