diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2024-04-10 13:53:25 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2024-04-10 13:53:25 +0200 |
commit | 52b49b796cc7fd976f4da6aa49c9679ecdae8bd5 (patch) | |
tree | 10d899de8b1004067b5eac871f7d488446af38c6 /doc/src/sgml/ref/psql-ref.sgml | |
parent | 5105c90796811f62711538155d207e5311eacf9b (diff) | |
download | postgresql-52b49b796cc7fd976f4da6aa49c9679ecdae8bd5.tar.gz postgresql-52b49b796cc7fd976f4da6aa49c9679ecdae8bd5.zip |
Doc: Update ulinks to RFC documents to avoid redirect
The tools.ietf.org site has been decommissioned and replaced by a
number of sites serving various purposes. Links to RFCs and BCPs
are now 301 redirected to their new respective IETF sites. Since
this serves no purpose and only adds network overhead, update our
links to the new locations.
Backpatch to all supported versions.
Discussion: https://postgr.es/m/3C1CEA99-FCED-447D-9858-5A579B4C6687@yesql.se
Backpatch-through: v12
Diffstat (limited to 'doc/src/sgml/ref/psql-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 539748ffc29..4ad2cb1d991 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -2983,7 +2983,7 @@ lo_import 152801 </indexterm> writes column values separated by commas, applying the quoting rules described in - <ulink url="https://tools.ietf.org/html/rfc4180">RFC 4180</ulink>. + <ulink url="https://datatracker.ietf.org/doc/html/rfc4180">RFC 4180</ulink>. This output is compatible with the CSV format of the server's <command>COPY</command> command. A header line with column names is generated unless |