diff options
Diffstat (limited to 'doc/src/sgml/func.sgml')
-rw-r--r-- | doc/src/sgml/func.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index dcade93e439..056cff04e15 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -17086,9 +17086,8 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); <parameter>internal_id</parameter> <type>oid</type> </entry> <entry> - Lookup replication origin by name and return the internal - oid. If no corresponding replication origin is found a error - is thrown. + Lookup replication origin by name and return the internal id. If no + corresponding replication origin is found an error is thrown. </entry> </row> |