Re: [GENERAL] Temporary tables and miscellaneous schemas - Mailing list pgsql-patches

From Tom Lane
Subject Re: [GENERAL] Temporary tables and miscellaneous schemas
Date
Msg-id 272.1072153848@sss.pgh.pa.us
Whole thread Raw
In response to Re: [GENERAL] Temporary tables and miscellaneous schemas  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [GENERAL] Temporary tables and miscellaneous schemas  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.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

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] Temporary tables and miscellaneous schemas
Next
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] Temporary tables and miscellaneous schemas