From: | "yanliang lei" <msdnchina(at)163(dot)com> |
---|---|
To: | "pgsql-docs(at)lists(dot)postgresql(dot)org" <pgsql-docs(at)lists(dot)postgresql(dot)org> |
Subject: | no description function pg_sequence_last_value in the documents,but using \df+ pg_sequence_last_value get this function in the psql |
Date: | 2024-10-31 15:14:02 |
Message-ID: | 69a00c52.b8d8.192e3240876.Coremail.msdnchina@163.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
[pg170(at)localhost ~]$ psql -d postgres
psql -d postgres
psql (17.0)
输入 "help" 来获取帮助信息.
postgres=# \df+ pg_sequence_last_value;
函数列表
架构模式 | 名称 | 结果数据类型 | 参数数据类型 | 类型 | 挥发性 | 平行 | 拥有者 | 安全 | 存取权限 | 程序语言 | 内部名称 | 描述
------------+------------------------+--------------+--------------+------+----------+----------+--------+--------+----------+----------+------------------------+---------------------
pg_catalog | pg_sequence_last_value | bigint | regclass | 函数 | 不稳定性 | 不安全的 | pg170 | 调用者 | | internal | pg_sequence_last_value | sequence last value
(1 行记录)
postgres=# select version();
version
--------------------------------------------------------------------------------------------------------
PostgreSQL 17.0 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-3), 64-bit
(1 行记录)
postgres=#
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2024-10-31 15:16:36 | Re: Logical replication - initial data synchronization |
Previous Message | Daniel Gustafsson | 2024-10-29 22:39:23 | Re: A minor bug in doc. Hovering over heading shows # besides it. |