Skip to content

Instantly share code, notes, and snippets.

@wttw
Created March 29, 2018 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wttw/e97784cf695b5b8257421ed376abde8d to your computer and use it in GitHub Desktop.
Save wttw/e97784cf695b5b8257421ed376abde8d to your computer and use it in GitHub Desktop.
abacus_temp_qa=# select quote_nullable($$\$$);
quote_nullable
----------------
E'\\'
(1 row)
abacus_temp_qa=# show standard_conforming_strings ;
standard_conforming_strings
-----------------------------
off
(1 row)
abacus_temp_qa=# select version();
version
-------------------------------------------------------------------------------------------------------------
PostgreSQL 10.0 on x86_64-apple-darwin14.5.0, compiled by Apple LLVM version 7.0.0 (clang-700.1.76), 64-bit
(1 row)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment