Durumdara <durumd...@gmail.com> writes:
> As I experienced I can create normal and temp table with same name.

Sure.

> As I see that drop table stmt don't have "temporary" suboption to determine
> which to need to eliminate - the real or the temporary.

Once you've created a temp table, it masks any normal table of the same name
(unless you use a schema-qualified reference to the normal table).

                        regards, tom lane


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to