Re: Possible Bug regarding temp tables (sql or psql?)
От | Bruce Momjian |
---|---|
Тема | Re: Possible Bug regarding temp tables (sql or psql?) |
Дата | |
Msg-id | 200207041226.g64CQeA04330@candle.pha.pa.us обсуждение исходный текст |
Ответ на | Re: Possible Bug regarding temp tables (sql or psql?) (Mark Frazer <mark@somanetworks.com>) |
Список | pgsql-sql |
Mark Frazer wrote: > Any idea why the table can't be seen with \d in psql then? It is a known problem with temp tables. They aren't visible with \d because they are invisible system tables that are removed on exit. I think 7.3 will fix this. > > Christopher Kings-Lynne <chriskl@familyhealth.com.au> [02/07/04 00:21]: > > > > No - they go away at the end of a _connection_. However, there is now a > > patch floating around on -hackers that would add an ' ON COMMIT DROP;' > > option to CREATE TEMP TABLE. > > -- > In the event of an emergency, my ass can be used as a flotation > device. - Bender > > > > ---------------------------(end of broadcast)--------------------------- > TIP 3: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to majordomo@postgresql.org so that your > message can get through to the mailing list cleanly > > > -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 853-3000+ If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania19026
В списке pgsql-sql по дате отправления: