Skip to content
Snippets Groups Projects
  1. Nov 29, 2001
  2. Nov 28, 2001
  3. Nov 27, 2001
  4. Nov 26, 2001
  5. Nov 25, 2001
  6. Nov 24, 2001
  7. Nov 23, 2001
  8. Nov 22, 2001
  9. Nov 21, 2001
  10. Nov 20, 2001
    • Bruce Momjian's avatar
      Added a few paragraphs to explain current restricted execution environment, · 05979312
      Bruce Momjian authored
      and error handling behavior.
      
      Bradley McLean
      05979312
    • Bruce Momjian's avatar
      Here's a patch adding documentation for the PQescapeBytea function to · 00429331
      Bruce Momjian authored
      libpq.sgml
      
      I was trying (but gave up) to cross-reference back to the input escape
      table in the User's Guide, but could not get the documentation to
      compile with a cross-book xref (missing IDREF error). Can a cross-book
      xref be done?
      
       Joe Conway
      00429331
    • Bruce Momjian's avatar
      I've created a new section to func.sgml, "Binary String Functions and · 01e0dae6
      Bruce Momjian authored
      Operators", plagiarized shamelessly from the "String Functions and
      Operators" section. There were enough differences that it made sense (at
      least to me) to give this its own section instead of cramming it in with
      normal string functions. This way I could also make the examples
      relevant, which is particularly important for bytea.
      
      One thing I think worth mentioning: while documenting the trim()
      function I realized that I never implemented the bytea equivalent of
      rtrim and ltrim. Therefore, the 'leading' and 'trailing' forms of trim,
      available with text, are not available with bytea (I'd be happy to
      correct this, but since it would require an initdb, I guess not until
      7.3) -- the submitted doc accurately reflects this.
      
      I will look for other areas of the docs that need mention of bytea, but
      any guidance would be much appreciated.
      
      --
      
      Here's a second bytea documentation patch. This one significantly
      expands the "Binary Data" section added by Bruce recently.
      
      
      Joe Conway
      01e0dae6
Loading