diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 83e094e812a..98a6b264388 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -25091,7 +25091,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.