pgsql: Use correct parameter name for view_option_value

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Use correct parameter name for view_option_value
Дата
Msg-id E1UzT7h-00057S-78@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use correct parameter name for view_option_value

The documentation for ALTER VIEW had a minor copy-and-paste error in
defining the parameters.  Noticed when reviewing the WITH CHECK OPTION
patch.

Backpatch to 9.2 where this was first introduced.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/dd8ea2eb5e996f3f3dfd928e20aa2462c4bd9c63

Modified Files
--------------
doc/src/sgml/ref/alter_view.sgml |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Comment on why planagg.c punts "MIN(x ORDER BY y)".
Следующее
От: Stephen Frost
Дата:
Сообщение: pgsql: Use correct parameter name for view_option_value