File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 59
59
installations will continue to contain the incorrect markings.
60
60
Practical use of these functions seems to pose little hazard, but in
61
61
case of trouble, it can be fixed by manually updating these
62
- functions' <structname>pg_proc</structname> entries. (Note that that
63
- will need to be done in each database of the installation.) Another
64
- option is to <application>pg_upgrade</application> the database to a
65
- version containing the corrected initial data.
62
+ functions' <structname>pg_proc</structname> entries, for example
63
+ <literal>ALTER FUNCTION pg_catalog.query_to_xml(text, boolean,
64
+ boolean, text) VOLATILE</literal>. (Note that that will need to be
65
+ done in each database of the installation.) Another option is
66
+ to <application>pg_upgrade</application> the database to a version
67
+ containing the corrected initial data.
66
68
</para>
67
69
</listitem>
68
70
Original file line number Diff line number Diff line change 59
59
installations will continue to contain the incorrect markings.
60
60
Practical use of these functions seems to pose little hazard, but in
61
61
case of trouble, it can be fixed by manually updating these
62
- functions' <structname>pg_proc</structname> entries. (Note that that
63
- will need to be done in each database of the installation.) Another
64
- option is to <application>pg_upgrade</application> the database to a
65
- version containing the corrected initial data.
62
+ functions' <structname>pg_proc</structname> entries, for example
63
+ <literal>ALTER FUNCTION pg_catalog.query_to_xml(text, boolean,
64
+ boolean, text) VOLATILE</literal>. (Note that that will need to be
65
+ done in each database of the installation.) Another option is
66
+ to <application>pg_upgrade</application> the database to a version
67
+ containing the corrected initial data.
66
68
</para>
67
69
</listitem>
68
70
You can’t perform that action at this time.
0 commit comments