pgsql: doc: clarify CREATE TABLE AS ... IF NOT EXISTS

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: doc: clarify CREATE TABLE AS ... IF NOT EXISTS
Дата
Msg-id E1oMW8D-000ReX-5M@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
doc:  clarify CREATE TABLE AS ... IF NOT EXISTS

Mention that the table is not modified if it already exists.

Reported-by: frank_limpert@yahoo.com

Discussion: https://postgr.es/m/164441177106.9677.5991676148704507229@wrigleys.postgresql.org

Backpatch-through: 10

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e1785d8d9f171d988ff30bace10ef563b532bb4f

Modified Files
--------------
doc/src/sgml/ref/create_table_as.sgml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: improve wal_level docs for the 'minimal' level
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: document the CREATE INDEX "USING" clause