Interesting featurette? - Mailing list pgsql-hackers

From Philip Warner
Subject Interesting featurette?
Date
Msg-id 3.0.5.32.20000709180033.0212edc0@mail.rhyme.com.au
Whole thread Raw
Responses Re: Interesting featurette?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
zzz=# create  table zzz(f1 int4);
zzz=# create temporary table zzz(f1 int4);

...works

zzz=# create temporary table zzz(f1 int4);
zzz=# create  table zzz(f1 int4);
ERROR:  Relation 'zzz' already exists

Is this a problem?


----------------------------------------------------------------
Philip Warner                    |     __---_____
Albatross Consulting Pty. Ltd.   |----/       -  \
(A.C.N. 008 659 498)             |          /(@)   ______---_
Tel: (+61) 0500 83 82 81         |                 _________  \
Fax: (+61) 0500 83 82 82         |                 ___________ |
Http://www.rhyme.com.au          |                /           \|                                |    --________--
PGP key available upon request,  |  /
and from pgp5.ai.mit.edu:11371   |/


pgsql-hackers by date:

Previous
From: Chris Bitmead
Date:
Subject: Re: libpq / SQL3
Next
From: Philip Warner
Date:
Subject: Anyone willing to test pg_dump with BLOB support?