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

Commitef124d0

Browse files
Doc: Update ulinks to RFC documents to avoid redirect
The tools.ietf.org site has been decommissioned and replaced by anumber of sites serving various purposes. Links to RFCs and BCPsare now 301 redirected to their new respective IETF sites. Sincethis serves no purpose and only adds network overhead, update ourlinks to the new locations.Backpatch to all supported versions.Discussion:https://postgr.es/m/3C1CEA99-FCED-447D-9858-5A579B4C6687@yesql.seBackpatch-through: v12
1 parent7499292 commitef124d0

14 files changed

+28
-28
lines changed

‎doc/src/sgml/acronyms.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@
606606
<ulink
607607
url="https://en.wikipedia.org/wiki/Server_Name_Indication">
608608
Server Name Indication</ulink>,
609-
<ulink url="https://tools.ietf.org/html/rfc6066#section-3">RFC 6066</ulink>
609+
<ulink url="https://datatracker.ietf.org/doc/html/rfc6066#section-3">RFC 6066</ulink>
610610
</para>
611611
</listitem>
612612
</varlistentry>

‎doc/src/sgml/catalogs.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
16241624
</synopsis>
16251625
where <replaceable>salt</replaceable>, <replaceable>StoredKey</replaceable> and
16261626
<replaceable>ServerKey</replaceable> are in Base64 encoded format. This format is
1627-
the same as that specified by <ulink url="https://tools.ietf.org/html/rfc5803">RFC 5803</ulink>.
1627+
the same as that specified by <ulink url="https://datatracker.ietf.org/doc/html/rfc5803">RFC 5803</ulink>.
16281628
</para>
16291629

16301630
<para>

‎doc/src/sgml/charset.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE');
939939

940940
See <ulink url="https://www.unicode.org/reports/tr35/tr35-collation.html">Unicode
941941
Technical Standard #35</ulink>
942-
and <ulink url="https://tools.ietf.org/html/bcp47">BCP 47</ulink> for
942+
and <ulink url="https://www.rfc-editor.org/info/bcp47">BCP 47</ulink> for
943943
details. The list of possible collation types (<literal>co</literal>
944944
subtag) can be found in
945945
the <ulink url="https://github.com/unicode-org/cldr/blob/master/common/bcp47/collation.xml">CLDR
@@ -2723,7 +2723,7 @@ RESET client_encoding;
27232723
</varlistentry>
27242724

27252725
<varlistentry>
2726-
<term><ulink url="https://tools.ietf.org/html/rfc3629">RFC 3629</ulink></term>
2726+
<term><ulink url="https://datatracker.ietf.org/doc/html/rfc3629">RFC 3629</ulink></term>
27272727

27282728
<listitem>
27292729
<para>

‎doc/src/sgml/client-auth.sgml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ hostnogssenc <replaceable>database</replaceable> <replaceable>user</replaceabl
627627
entire <literal>Distinguished Name (DN)</literal> of the certificate.
628628
This option is probably best used in conjunction with a username map.
629629
The comparison is done with the <literal>DN</literal> in
630-
<ulink url="https://tools.ietf.org/html/rfc2253">RFC 2253</ulink>
630+
<ulink url="https://datatracker.ietf.org/doc/html/rfc2253">RFC 2253</ulink>
631631
format. To see the <literal>DN</literal> of a client certificate
632632
in this format, do
633633
<programlisting>
@@ -977,7 +977,7 @@ omicron bryanh guest1
977977
<para>
978978
<link linkend="auth-ident">Ident authentication</link>, which
979979
relies on an <quote>Identification Protocol</quote>
980-
(<ulink url="https://tools.ietf.org/html/rfc1413">RFC 1413</ulink>)
980+
(<ulink url="https://datatracker.ietf.org/doc/html/rfc1413">RFC 1413</ulink>)
981981
service on the client's machine. (On local Unix-socket connections,
982982
this is treated as peer authentication.)
983983
</para>
@@ -1116,7 +1116,7 @@ omicron bryanh guest1
11161116
<para>
11171117
The method <literal>scram-sha-256</literal> performs SCRAM-SHA-256
11181118
authentication, as described in
1119-
<ulink url="https://tools.ietf.org/html/rfc7677">RFC 7677</ulink>. It
1119+
<ulink url="https://datatracker.ietf.org/doc/html/rfc7677">RFC 7677</ulink>. It
11201120
is a challenge-response scheme that prevents password sniffing on
11211121
untrusted connections and supports storing passwords on the server in a
11221122
cryptographically hashed form that is thought to be secure.
@@ -1228,7 +1228,7 @@ omicron bryanh guest1
12281228
<para>
12291229
<productname>GSSAPI</productname> is an industry-standard protocol
12301230
for secure authentication defined in
1231-
<ulink url="https://tools.ietf.org/html/rfc2743">RFC 2743</ulink>.
1231+
<ulink url="https://datatracker.ietf.org/doc/html/rfc2743">RFC 2743</ulink>.
12321232
<productname>PostgreSQL</productname>
12331233
supports <productname>GSSAPI</productname> for authentication,
12341234
communications encryption, or both.
@@ -1543,7 +1543,7 @@ omicron bryanh guest1
15431543

15441544
<para>
15451545
The <quote>Identification Protocol</quote> is described in
1546-
<ulink url="https://tools.ietf.org/html/rfc1413">RFC 1413</ulink>.
1546+
<ulink url="https://datatracker.ietf.org/doc/html/rfc1413">RFC 1413</ulink>.
15471547
Virtually every Unix-like
15481548
operating system ships with an ident server that listens on TCP
15491549
port 113 by default. The basic functionality of an ident server
@@ -1712,7 +1712,7 @@ omicron bryanh guest1
17121712
<para>
17131713
Set to 1 to make the connection between PostgreSQL and the LDAP server
17141714
use TLS encryption. This uses the <literal>StartTLS</literal>
1715-
operation per <ulink url="https://tools.ietf.org/html/rfc4513">RFC 4513</ulink>.
1715+
operation per <ulink url="https://datatracker.ietf.org/doc/html/rfc4513">RFC 4513</ulink>.
17161716
See also the <literal>ldapscheme</literal> option for an alternative.
17171717
</para>
17181718
</listitem>
@@ -1807,7 +1807,7 @@ omicron bryanh guest1
18071807
<term><literal>ldapurl</literal></term>
18081808
<listitem>
18091809
<para>
1810-
An <ulink url="https://tools.ietf.org/html/rfc4516">RFC 4516</ulink>
1810+
An <ulink url="https://datatracker.ietf.org/doc/html/rfc4516">RFC 4516</ulink>
18111811
LDAP URL. This is an alternative way to write some of the
18121812
other LDAP options in a more compact and standard form. The format is
18131813
<synopsis>
@@ -1870,7 +1870,7 @@ ldap[s]://<replaceable>host</replaceable>[:<replaceable>port</replaceable>]/<rep
18701870
<productname>OpenLDAP</productname> as the LDAP client library, the
18711871
<literal>ldapserver</literal> setting may be omitted. In that case, a
18721872
list of host names and ports is looked up via
1873-
<ulink url="https://tools.ietf.org/html/rfc2782">RFC 2782</ulink> DNS SRV records.
1873+
<ulink url="https://datatracker.ietf.org/doc/html/rfc2782">RFC 2782</ulink> DNS SRV records.
18741874
The name <literal>_ldap._tcp.DOMAIN</literal> is looked up, where
18751875
<literal>DOMAIN</literal> is extracted from <literal>ldapbasedn</literal>.
18761876
</para>

‎doc/src/sgml/datatype.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2452,7 +2452,7 @@ TIMESTAMP WITH TIME ZONE '2004-10-19 10:23:54+02'
24522452
the date and time. <productname>PostgreSQL</productname> accepts that format on
24532453
input, but on output it uses a space rather than <literal>T</literal>, as shown
24542454
above. This is for readability and for consistency with
2455-
<ulink url="https://tools.ietf.org/html/rfc3339">RFC 3339</ulink> as
2455+
<ulink url="https://datatracker.ietf.org/doc/html/rfc3339">RFC 3339</ulink> as
24562456
well as some other database systems.
24572457
</para>
24582458
</note>
@@ -4348,7 +4348,7 @@ SELECT to_tsvector( 'postgraduate' ), to_tsquery( 'postgres:*' );
43484348

43494349
<para>
43504350
The data type <type>uuid</type> stores Universally Unique Identifiers
4351-
(UUID) as defined by <ulink url="https://tools.ietf.org/html/rfc4122">RFC 4122</ulink>,
4351+
(UUID) as defined by <ulink url="https://datatracker.ietf.org/doc/html/rfc4122">RFC 4122</ulink>,
43524352
ISO/IEC 9834-8:2005, and related standards.
43534353
(Some systems refer to this data type as a globally unique identifier, or
43544354
GUID,<indexterm><primary>GUID</primary></indexterm> instead.) This

‎doc/src/sgml/ecpg.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3279,7 +3279,7 @@ int PGTYPEStimestamp_fmt_asc(timestamp *ts, char *output, int str_len, char *fmt
32793279
<literal>%z</literal> - is replaced by the time zone offset from
32803280
UTC; a leading plus sign stands for east of UTC, a minus sign for
32813281
west of UTC, hours and minutes follow with two digits each and no
3282-
delimiter between them (common form for <ulink url="https://tools.ietf.org/html/rfc822">RFC 822</ulink> date headers).
3282+
delimiter between them (common form for <ulink url="https://datatracker.ietf.org/doc/html/rfc822">RFC 822</ulink> date headers).
32833283
</para>
32843284
</listitem>
32853285
<listitem>

‎doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4724,7 +4724,7 @@ SELECT format('Testing %3$s, %2$s, %s', 'one', 'two', 'three');
47244724
<listitem>
47254725
<para>
47264726
The <literal>base64</literal> format is that
4727-
of <ulink url="https://tools.ietf.org/html/rfc2045#section-6.8">RFC
4727+
of <ulink url="https://datatracker.ietf.org/doc/html/rfc2045#section-6.8">RFC
47284728
2045 Section 6.8</ulink>. As per the <acronym>RFC</acronym>, encoded lines are
47294729
broken at 76 characters. However instead of the MIME CRLF
47304730
end-of-line marker, only a newline is used for end-of-line.

‎doc/src/sgml/json.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<para>
1515
JSON data types are for storing JSON (JavaScript Object Notation)
16-
data, as specified in <ulink url="https://tools.ietf.org/html/rfc7159">RFC
16+
data, as specified in <ulink url="https://datatracker.ietf.org/doc/html/rfc7159">RFC
1717
7159</ulink>. Such data can also be stored as <type>text</type>, but
1818
the JSON data types have the advantage of enforcing that each
1919
stored value is valid according to the JSON rules. There are also

‎doc/src/sgml/libpq.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ PQsslKeyPassHook_OpenSSL_type PQgetSSLKeyPassHook_OpenSSL(void);
873873
connection parameters. There are two accepted formats for these strings:
874874
plain keyword/value strings
875875
and URIs. URIs generally follow
876-
<ulink url="https://tools.ietf.org/html/rfc3986">RFC
876+
<ulink url="https://datatracker.ietf.org/doc/html/rfc3986">RFC
877877
3986</ulink>, except that multi-host connection strings are allowed
878878
as further described below.
879879
</para>
@@ -958,7 +958,7 @@ postgresql:///mydb?host=localhost&amp;port=5433
958958

959959
<para>
960960
The connection <acronym>URI</acronym> needs to be encoded with <ulink
961-
url="https://tools.ietf.org/html/rfc3986#section-2.1">percent-encoding</ulink>
961+
url="https://datatracker.ietf.org/doc/html/rfc3986#section-2.1">percent-encoding</ulink>
962962
if it includes symbols with special meaning in any of its parts. Here is
963963
an example where the equal sign (<literal>=</literal>) is replaced with
964964
<literal>%3D</literal> and the space character with
@@ -8236,7 +8236,7 @@ user=admin
82368236
LDAP query will be performed. The result must be a list of
82378237
<literal>keyword = value</literal> pairs which will be used to set
82388238
connection options. The URL must conform to
8239-
<ulink url="https://tools.ietf.org/html/rfc1959">RFC 1959</ulink>
8239+
<ulink url="https://datatracker.ietf.org/doc/html/rfc1959">RFC 1959</ulink>
82408240
and be of the form
82418241
<synopsis>
82428242
ldap://[<replaceable>hostname</replaceable>[:<replaceable>port</replaceable>]]/<replaceable>search_base</replaceable>?<replaceable>attribute</replaceable>?<replaceable>search_scope</replaceable>?<replaceable>filter</replaceable>
@@ -8380,7 +8380,7 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
83808380
<para>
83818381
For backward compatibility with earlier versions of PostgreSQL, the host
83828382
IP address is verified in a manner different
8383-
from <ulink url="https://tools.ietf.org/html/rfc6125">RFC 6125</ulink>.
8383+
from <ulink url="https://datatracker.ietf.org/doc/html/rfc6125">RFC 6125</ulink>.
83848384
The host IP address is always matched against <literal>dNSName</literal>
83858385
SANs as well as <literal>iPAddress</literal> SANs, and can be matched
83868386
against the Common Name attribute if no relevant SANs exist.

‎doc/src/sgml/pgcrypto.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ gen_salt(type text [, iter_count integer ]) returns text
442442

443443
<para>
444444
The functions here implement the encryption part of the OpenPGP
445-
(<ulink url="https://tools.ietf.org/html/rfc4880">RFC 4880</ulink>)
445+
(<ulink url="https://datatracker.ietf.org/doc/html/rfc4880">RFC 4880</ulink>)
446446
standard. Supported are both symmetric-key and public-key encryption.
447447
</para>
448448

‎doc/src/sgml/protocol.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ SELCT 1/0;<!-- this typo is intentional -->
15851585
respectively. The frontend might close the connection at this point
15861586
if it is dissatisfied with the response. To continue after
15871587
<literal>G</literal>, using the GSSAPI C bindings as discussed in
1588-
<ulink url="https://tools.ietf.org/html/rfc2744">RFC 2744</ulink>
1588+
<ulink url="https://datatracker.ietf.org/doc/html/rfc2744">RFC 2744</ulink>
15891589
or equivalent, perform a <acronym>GSSAPI</acronym> initialization by
15901590
calling <function>gss_init_sec_context()</function> in a loop and sending
15911591
the result to the server, starting with an empty input and then with each
@@ -1722,8 +1722,8 @@ SELCT 1/0;<!-- this typo is intentional -->
17221722
The implemented SASL mechanisms at the moment
17231723
are <literal>SCRAM-SHA-256</literal> and its variant with channel
17241724
binding <literal>SCRAM-SHA-256-PLUS</literal>. They are described in
1725-
detail in <ulink url="https://tools.ietf.org/html/rfc7677">RFC 7677</ulink>
1726-
and <ulink url="https://tools.ietf.org/html/rfc5802">RFC 5802</ulink>.
1725+
detail in <ulink url="https://datatracker.ietf.org/doc/html/rfc7677">RFC 7677</ulink>
1726+
and <ulink url="https://datatracker.ietf.org/doc/html/rfc5802">RFC 5802</ulink>.
17271727
</para>
17281728

17291729
<para>

‎doc/src/sgml/ref/psql-ref.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2919,7 +2919,7 @@ lo_import 152801
29192919
</indexterm>
29202920
writes column values separated by commas, applying the quoting
29212921
rules described in
2922-
<ulink url="https://tools.ietf.org/html/rfc4180">RFC 4180</ulink>.
2922+
<ulink url="https://datatracker.ietf.org/doc/html/rfc4180">RFC 4180</ulink>.
29232923
This output is compatible with the CSV format of the server's
29242924
<command>COPY</command> command.
29252925
A header line with column names is generated unless

‎doc/src/sgml/textsearch.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2218,7 +2218,7 @@ LIMIT 10;
22182218

22192219
<para>
22202220
<literal>email</literal> does not support all valid email characters as
2221-
defined by <ulink url="https://tools.ietf.org/html/rfc5322">RFC 5322</ulink>.
2221+
defined by <ulink url="https://datatracker.ietf.org/doc/html/rfc5322">RFC 5322</ulink>.
22222222
Specifically, the only non-alphanumeric characters supported for
22232223
email user names are period, dash, and underscore.
22242224
</para>

‎doc/src/sgml/uuid-ossp.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<xref linkend="uuid-ossp-functions"/> shows the functions available to
3030
generate UUIDs.
3131
The relevant standards ITU-T Rec. X.667, ISO/IEC 9834-8:2005, and
32-
<ulink url="https://tools.ietf.org/html/rfc4122">RFC 4122</ulink>
32+
<ulink url="https://datatracker.ietf.org/doc/html/rfc4122">RFC 4122</ulink>
3333
specify four algorithms for generating UUIDs, identified by the
3434
version numbers 1, 3, 4, and 5. (There is no version 2 algorithm.)
3535
Each of these algorithms could be suitable for a different set of

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp