pgsql: Use correct parameter name for view_option_value - Mailing list pgsql-committers

From Stephen Frost
Subject pgsql: Use correct parameter name for view_option_value
Date
Msg-id E1UzT7k-00057r-GY@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

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

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


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: pgsql: Use correct parameter name for view_option_value
Next
From: Fujii Masao
Date:
Subject: pgsql: Fix typo in previous pgbench --progress patch.