diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index a270f89dfe..90169a0ce7 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -26524,7 +26524,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.