Christopher Kings-Lynne wrote:
> IIRC they are only visible in the connection that created them? Am I right?
> Either way, I don't think \d will show them - there might be another
> command...
>
TODO has:
* Allow psql \d to show temporary table structure
Looks like it works fine now with schemas:test=> create temp table xx(x int);CREATE TABLEtest=> \d List of relations
Name| Type | Owner ------+-------+---------- x | table | postgres xx | table | postgres(2 rows)
I will mark the TODO as done.
-- 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