[COMMITTERS] pgsql: Don't recommend "DROP SCHEMA information_schema CASCADE".

Поиск
Список
Период
Сортировка
От Noah Misch
Тема [COMMITTERS] pgsql: Don't recommend "DROP SCHEMA information_schema CASCADE".
Дата
Msg-id E1dx57H-0003Bu-Hc@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't recommend "DROP SCHEMA information_schema CASCADE".

It drops objects outside information_schema that depend on objects
inside information_schema.  For example, it will drop a user-defined
view if the view query refers to information_schema.

Discussion: https://postgr.es/m/20170831025345.GE3963697@rfd.leadboat.com

Branch
------
REL9_2_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6525a3a70968007666b5fce440f57b8bf7e6303f

Modified Files
--------------
doc/src/sgml/release-9.2.sgml | 44 ++++++++++++++++++++++++++++++++++++-------
1 file changed, 37 insertions(+), 7 deletions(-)


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

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Add some more pg_receivewal tests
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: pg_basebackup: Add option to create replication slot