Interesting featurette?

From: Philip Warner <pjw(at)rhyme(dot)com(dot)au>
To: hackers(at)postgresql(dot)org
Subject: Interesting featurette?
Date: 2000-07-09 08:00:33
Message-ID: 3.0.5.32.20000709180033.0212edc0@mail.rhyme.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 |/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Warner 2000-07-09 08:09:42 Anyone willing to test pg_dump with BLOB support?
Previous Message Andrew Snow 2000-07-09 05:37:13 Unnexpected results using to_number()