mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Doc: improve cross-references for SET/SHOW.
The corresponding functions set_config and current_setting were mostly not hyperlinked. Clarify their descriptions a tad, too. Discussion: https://postgr.es/m/161183356250.4077.687338658090583892@wrigleys.postgresql.org
This commit is contained in:
@@ -267,7 +267,7 @@ SELECT setseed(<replaceable>value</replaceable>);
|
||||
|
||||
<para>
|
||||
The function <function>set_config</function> provides equivalent
|
||||
functionality; see <xref linkend="functions-admin"/>.
|
||||
functionality; see <xref linkend="functions-admin-set"/>.
|
||||
Also, it is possible to UPDATE the
|
||||
<link linkend="view-pg-settings"><structname>pg_settings</structname></link>
|
||||
system view to perform the equivalent of <command>SET</command>.
|
||||
|
Reference in New Issue
Block a user