The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/9.3/static/sql-createtable.html
Description:
Hi,
There is an obvious "issue" with temporary tables.
Case description:
We have a public table public."myTooImportantTable"
Then you have a temporary table:
;CREATE TEMP TABLE "myTooImportantTable"
The issue is related to the intention of drop the temporary table:
;DROP TABLE "myTooImportantTable" -- <--- this drop the
"myTooImportantTable"
;DROP TABLE "myTooImportantTable" -- <--- this drop the
public."myTooImportantTable"
Чтобы сделать работу с сайтом удобнее, мы используем cookie и аналитический сервис «Яндекс.Метрика». Продолжая пользоваться сайтом, вы соглашаетесь с их использованием.