diff --git a/reference/pgsql/functions/pg-escape-bytea.xml b/reference/pgsql/functions/pg-escape-bytea.xml index fa76f65cf1..8fcb80d08c 100644 --- a/reference/pgsql/functions/pg-escape-bytea.xml +++ b/reference/pgsql/functions/pg-escape-bytea.xml @@ -1,5 +1,5 @@ - + @@ -21,7 +21,7 @@ - When you SELECT a bytea type, PostgreSQL returns octal byte values + When you SELECT a bytea type, PostgreSQL returns octal byte values prefixed with '\' (e.g. \032). Users are supposed to convert back to binary format manually.