Durumdara <durumdara@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