Re: DOCS - "Get Object DDL Functions" table improvements - Mailing list pgsql-hackers

From Ian Lawrence Barwick
Subject Re: DOCS - "Get Object DDL Functions" table improvements
Date
Msg-id CAB8KJ=hcM-v8bBEfKSnw_sgDGQT+RdY05eGKRjB+i=gb7oaR-g@mail.gmail.com
Whole thread
In response to DOCS - "Get Object DDL Functions" table improvements  (Peter Smith <smithpb2250@gmail.com>)
Responses Re: DOCS - "Get Object DDL Functions" table improvements
List pgsql-hackers
2026年6月11日(木) 10:54 Peter Smith <smithpb2250@gmail.com>:
>
> As discussed in another thread [1], I propose some minor docs changes
> for the new DDL functions table.

For reference, this is the table:

  https://www.postgresql.org/docs/19/functions-info.html#FUNCTIONS-GET-OBJECT-DDL

> 1. Arrange table 9.96 alphabetically.

I'm working on a patch that touches this table and noticed the arbitrary order,
so +1 for reordering.

> 2. Add helpful links back to the commands that these functions are generating.

Makes sense to me; on the same page I see we don't always back-link items
including SQL commands, but IMO links are one of the features of this
new-fangled
hypertext thing.

It would certainly worth getting the changes in, also as a template for future
patches which touch the table. It might be worth combining the two patches.
There doesn't seem to be a commitfest entry.

Regards

Ian Barwick



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Bypassing cursors in postgres_fdw to enable parallel plans
Next
From: Alexander Korotkov
Date:
Subject: Re: Add SPLIT PARTITION/MERGE PARTITIONS commands