Thread

Commits

  1. Doc: fix thinko in description of how to escape a backslash in bytea.

  1. Typo in Table 8.7 bytea Literal Escaped Octets

    The Post Office <noreply@postgresql.org> — 2019-02-07T14:31:13Z

    The following documentation comment has been logged on the website:
    
    Page: https://www.postgresql.org/docs/11/datatype-binary.html
    Description:
    
    In "Table 8.7. bytea Literal Escaped Octets", the backslash character should
    be escaped as '\\' or '\134', not '\' or '\\134'.
    
    https://www.postgresql.org/docs/11/datatype-binary.html#DATATYPE-BINARY-SQLESC
    
  2. Re: Typo in Table 8.7 bytea Literal Escaped Octets

    Tom Lane <tgl@sss.pgh.pa.us> — 2019-02-08T16:39:52Z

    PG Doc comments form <noreply@postgresql.org> writes:
    > In "Table 8.7. bytea Literal Escaped Octets", the backslash character should
    > be escaped as '\\' or '\134', not '\' or '\\134'.
    
    Yup, you're right, somebody had a brain fade there.
    Thanks for noticing!
    
    			regards, tom lane