BUG #16946: It may be that the content of the document is missing

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: 1726002692(at)qq(dot)com
Subject: BUG #16946: It may be that the content of the document is missing
Date: 2021-03-30 09:18:30
Message-ID: 16946-ed641b30182df9de@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16946
Logged by: 强 魏
Email address: 1726002692(at)qq(dot)com
PostgreSQL version: 13.2
Operating system: centos
Description:

No information about the function pg_get_function_arg_default was found in
the official manual.
user:postgres(at)db:postgres[[local]:5432]#select version();
+-----------------------------------------------------------------------------+
| version
|
+-----------------------------------------------------------------------------+
| PostgreSQL 13.2 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 7.3.0,
64-bit |
+-----------------------------------------------------------------------------+
(1 row)

Time: 0.664 ms
user:postgres(at)db:postgres[[local]:5432]#\df pg_get_function_arg_default
List of functions
+------------+-----------------------------+------------------+---------------------+------+
| Schema | Name | Result data type | Argument
data types | Type |
+------------+-----------------------------+------------------+---------------------+------+
| pg_catalog | pg_get_function_arg_default | text | oid, integer
| func |
+------------+-----------------------------+------------------+---------------------+------+
(1 row)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2021-03-30 10:46:00 BUG #16947: Missing signatures on some packages
Previous Message Pavel Stehule 2021-03-29 14:07:10 Re: Default Inline CTE makes JOIN slower