Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PostgreSQL's pg_dump format

String Strings are quoted with in single quotes  - '  -(for example 'string'). All characters are printed as they are with exception of single quote that is doubled (e.g. two single quotes '' are encoding single quote and not end of the string (for example 'Jarcec''s notes'). Null byte is not allowed inside string constants.    Binary constants are also quoted in single quotes, however all binary bytes are converted to hexa (for example '\x4d7953514c' stands for string 'MySQL').

avro