diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 13f39a08d5c..8b86c118106 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -26072,7 +26072,8 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup()); Looks up a replication origin by name and returns the internal ID. If - no such replication origin is found an error is thrown. + no such replication origin is found, NULL is + returned.