| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: doc: Add link targets to CREATE/ALTER FOREIGN TABLE reference pa |
| Date: | 2026-02-24 10:31:54 |
| Message-ID: | E1vuphq-000xEE-0M@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
doc: Add link targets to CREATE/ALTER FOREIGN TABLE reference pages
This adds IDs to create_foreign_table.sgml's and
alter_foreign_table.sgml's <varlistentry> and <refsect1>, similar to
other reference pages.
Author: jian he <jian(dot)universality(at)gmail(dot)com>
Reviewed-by: Quan Zongliang <quanzongliang(at)yeah(dot)net>
Reviewed-by: wenhui qiu <qiuwenhuifx(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CACJufxE6fW2jFAyTFWEYdUSDP%3D9P2yYerdksPTgxqDM4DZvvvw%40mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/dea0812cda1998d6940a4a27369e998046009ae1
Modified Files
--------------
doc/src/sgml/ref/alter_foreign_table.sgml | 78 +++++++++++++++---------------
doc/src/sgml/ref/create_foreign_table.sgml | 48 +++++++++---------
2 files changed, 63 insertions(+), 63 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bertrand Drouvot | 2026-02-24 11:28:11 | Re: PGPROC alignment (was Re: pgsql: Separate RecoveryConflictReasons from procsignals) |
| Previous Message | Peter Eisentraut | 2026-02-24 10:04:32 | pgsql: Make ALTER DOMAIN VALIDATE CONSTRAINT no-op when constraint is a |