Re: GLOBAL vs LOCAL temp tables
От
Tom Lane
Тема
Re: GLOBAL vs LOCAL temp tables
Дата
Msg-id
10414.1050445036@sss.pgh.pa.us
Ответ на
Re: GLOBAL vs LOCAL temp tables (Bruce Momjian)
Список
Дерево обсуждения
GLOBAL vs LOCAL temp tables Tom Lane <tgl@sss.pgh.pa.us>
Re: GLOBAL vs LOCAL temp tables Bruce Momjian <pgman@candle.pha.pa.us>
Re: GLOBAL vs LOCAL temp tables Tom Lane <tgl@sss.pgh.pa.us>
Re: GLOBAL vs LOCAL temp tables Bruce Momjian <pgman@candle.pha.pa.us>
Re: GLOBAL vs LOCAL temp tables Tom Lane <tgl@sss.pgh.pa.us>
Re: GLOBAL vs LOCAL temp tables Tatsuo Ishii <t-ishii@sra.co.jp>
Re: GLOBAL vs LOCAL temp tables Tom Lane <tgl@sss.pgh.pa.us>
Re: GLOBAL vs LOCAL temp tables Tatsuo Ishii <t-ishii@sra.co.jp>
Re: GLOBAL vs LOCAL temp tables Tom Lane <tgl@sss.pgh.pa.us>
Re: GLOBAL vs LOCAL temp tables Alvaro Herrera <alvherre@dcc.uchile.cl>
Re: GLOBAL vs LOCAL temp tables Tatsuo Ishii <t-ishii@sra.co.jp>
Re: GLOBAL vs LOCAL temp tables Bruce Momjian <pgman@candle.pha.pa.us>
Re: GLOBAL vs LOCAL temp tables Tom Lane <tgl@sss.pgh.pa.us>
Re: GLOBAL vs LOCAL temp tables Bruce Momjian <pgman@candle.pha.pa.us>
Re: GLOBAL vs LOCAL temp tables Tom Lane <tgl@sss.pgh.pa.us>
Re: GLOBAL vs LOCAL temp tables Kevin Brown <kevin@sysexperts.com>
Re: GLOBAL vs LOCAL temp tables Alvaro Herrera <alvherre@dcc.uchile.cl>
Re: GLOBAL vs LOCAL temp tables Kevin Brown <kevin@sysexperts.com>
Re: GLOBAL vs LOCAL temp tables Tom Lane <tgl@sss.pgh.pa.us>
Re: GLOBAL vs LOCAL temp tables Kevin Brown <kevin@sysexperts.com>
Re: GLOBAL vs LOCAL temp tables Alvaro Herrera <alvherre@dcc.uchile.cl>
Re: GLOBAL vs LOCAL temp tables Tom Lane <tgl@sss.pgh.pa.us>
Bruce Momjian writes: > Tom Lane wrote: >> What I am wondering now is if we should flip the logic to reject CREATE >> LOCAL TEMP TABLE? Or should we just silently accept both? I'm leaning >> towards the latter, on the grounds of backward compatibility. > Well, since we don't support modules, I think we should allow LOCAL. If > we had modules, we should reject it. Huh? If we had modules, we'd probably actually implement it. If you want to look ahead that far, the question is whether rejecting LOCAL or treating it as a noise word, today, will provide the easiest update path to full support for module-LOCAL temp tables. regards, tom lane
В списке pgsql-hackers по дате отправления