On Fri, Oct 28, 2022 at 02:56:59AM +0000, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
> 
> Page: https://www.postgresql.org/docs/15/oid2name.html
> Description:
> 
> This feels a little nit-picky.
> 
> In the Examples
> $ # I wonder what file 155173 is ...
> 
> suggested change:
> $ # what Postgres object does file 155173 represent ...

Fixed with the attached, applied patch to master.

-- 
  Bruce Momjian  <br...@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Only you can decide what is important to you.
diff --git a/doc/src/sgml/oid2name.sgml b/doc/src/sgml/oid2name.sgml
index dfe3682739..54cc9be2b8 100644
--- a/doc/src/sgml/oid2name.sgml
+++ b/doc/src/sgml/oid2name.sgml
@@ -281,7 +281,7 @@ $ ls -lS * | head -10
 -rw-------  1 alvherre alvherre    163840 sep 14 09:50 16699
 -rw-------  1 alvherre alvherre    122880 sep  6 17:51 16751
 
-$ # I wonder what file 155173 is ...
+$ # What file is 155173?
 $ oid2name -d alvherre -f 155173
 From database "alvherre":
   Filenode  Table Name

Reply via email to