Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd0f5d25

Browse files
committed
doc: Change libpq function ids to mixed case
The ids for linking to libpq functions were previously all lower-case.Change to mixed-case, matching the actual function name, for easierreadability in the source. The output isn't changed in a significantway, since the ids are converted to lower or upper case for file namesand anchors.
1 parent27cd521 commitd0f5d25

File tree

2 files changed

+137
-137
lines changed

2 files changed

+137
-137
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17518,7 +17518,7 @@ SET search_path TO <replaceable>schema</replaceable> <optional>, <replaceable>sc
1751817518
get this information from <xref linkend="guc-server-version"/> or
1751917519
for a machine-readable version, <xref linkend="guc-server-version-num"/>.
1752017520
Software developers should use <literal>server_version_num</literal>
17521-
(available since 8.2) or <xref linkend="libpq-pqserverversion"/> instead
17521+
(available since 8.2) or <xref linkend="libpq-PQserverVersion"/> instead
1752217522
of parsing the text version.
1752317523
</para>
1752417524

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp