pgsql: Clarify that COPY FREEZE is not a hard rule.

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Clarify that COPY FREEZE is not a hard rule.
Дата
Msg-id E1TgxXg-0003n6-Cr@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Clarify that COPY FREEZE is not a hard rule.
Remove message when FREEZE not honoured,
clarify reasons in comments and docs.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1eb6cee499d19fc9204e059ba37fc2dac32e2f25

Modified Files
--------------
doc/src/sgml/ref/copy.sgml  |    8 +++++---
src/backend/commands/copy.c |   10 +++++-----
2 files changed, 10 insertions(+), 8 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Improve pl/pgsql to support composite-type expressions in RETURN
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Optimize COPY FREEZE with CREATE TABLE also.