Re: [PATCH] add link to domain data types section from locale documentation
Jürgen Purtz <juergen@purtz.de>
From: Jürgen Purtz <juergen@purtz.de>
To: pgsql-docs@lists.postgresql.org
Date: 2021-04-01T08:29:19Z
Lists: pgsql-docs
Attachments
- collation-domains-link-02.patch (text/x-patch) patch
On 30.03.21 21:46, Anton Voloshin wrote: > Hello. > > While browsing character set collation documentation [1] > I've found myself a bit puzzled by unfamiliar terminology: > > of course a domain over a collatable data type is collatable > > Of course, it only takes a search or two to find out the exact > meaning of "domain" in this context, but I think it would be useful > to make this word a link to the relevant section as a help for less > experienced users like myself. > > I've attached a patch that does that. Please let me know whether this > fix is desirable and correct (I'm new to Postgres) and if there is a > better way of suggesting an improvement for the documentation. > > [1] https://www.postgresql.org/docs/current/collation.html > It's likely that the term "domain" within an SQL context confuse some people. An additional remark in the glossary concerning the SQL and IP meaning may be helpful. -- Jürgen Purtz
Commits
-
Doc: add a glossary entry for "domain".
- 3dddb2a8219d 15.0 landed