From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
Cc: | grcc(dot)sa(at)gmail(dot)com |
Subject: | documentation error |
Date: | 2022-08-20 10:39:38 |
Message-ID: | 166099197816.652.8777505158912921322@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/14/functions.html
Description:
Dear all,
I am using
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.
-----------------------------------------------------
apple=# \df
List of functions
Schema | Name | Result data type | Argument data types |
Type
--------+------------------------+------------------+---------------------+------
public | update_modified_column | trigger | |
func
(1 row)
that is not what I was expecting , I was expecting a list of built-in
functions .
apple=# \do
List of operators
Schema | Name | Left arg type | Right arg type | Result type | Description
--------+------+---------------+----------------+-------------+-------------
(0 rows)
no resulets.
I would like to contribute also but I am new to postgresql. sorry.
thanks for taking the time to update and improve docs . you guys rock.
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Gustafsson | 2022-08-20 12:30:43 | Re: documentation error |
Previous Message | Bruce Momjian | 2022-08-19 19:16:32 | Re: relpages in pg_class |