Re: documentation error

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: grcc(dot)sa(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: documentation error
Date: 2022-08-20 12:30:43
Message-ID: F457627D-8D4B-44A9-8982-31B6ADA280A6@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

> On 20 Aug 2022, at 12:39, PG Doc comments form <noreply(at)postgresql(dot)org> wrote:

> documentation says " The psql commands \df and \do can be used to list all
> available functions and operators, respectively."
>
> which clearly indicates that those are built in function , please correct me
> if I am wrong and I went to the wrong part of the documentation.

From the psql documentation https://www.postgresql.org/docs/14/app-psql.html:

"By default, only user-created objects are shown; supply a pattern or
the S modifier to include system objects.

So \dfS is probably what you're looking for. Maybe making a link to the psql
page from the text you're referring to could be useful?

--
Daniel Gustafsson https://vmware.com/

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2022-08-21 01:31:25 Typo in description of PROGRAM parameter for the COPY command
Previous Message PG Doc comments form 2022-08-20 10:39:38 documentation error