Re: Possible Bug regarding temp tables (sql or psql?)
От | Mark Frazer |
---|---|
Тема | Re: Possible Bug regarding temp tables (sql or psql?) |
Дата | |
Msg-id | 20020705093830.A32285@somanetworks.com обсуждение исходный текст |
Ответ на | Re: Possible Bug regarding temp tables (sql or psql?) (Bruce Momjian <pgman@candle.pha.pa.us>) |
Ответы |
Re: Possible Bug regarding temp tables (sql or psql?)
|
Список | pgsql-sql |
Bruce Momjian <pgman@candle.pha.pa.us> [02/07/04 22:10]: > > TODO has: > > * Allow psql \d to show temporary table structure > > Looks like it works fine now with schemas: > > I will mark the TODO as done. It doesn't work with select into though: config=> select 5 into temp v_tmp ; SELECT config=> \d v_tmp Did not find any relation named "v_tmp". config=> select 4 into temp v_tmp ; ERROR: Relation 'v_tmp' already exists config=> select version() ; version -------------------------------------------------------------PostgreSQL 7.2.1 on i686-pc-linux-gnu, compiled by GCC 2.96 -- I heard one time you single-handedly defeated a hoard of rampaging somethings in the something something system. - Fry
В списке pgsql-sql по дате отправления: