]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
psql: mark NULL values
authorSimon Ruderich <simon@ruderich.org>
Wed, 5 Jul 2017 07:49:48 +0000 (09:49 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 5 Jul 2017 07:49:48 +0000 (09:49 +0200)
psql/psqlrc.in

index 8733b4f284752362cb242d5bde8d41bf2b3b2a36..8901fbfcab96c470bb0ae4ad01cc1f5d5cacc911 100644 (file)
 -- Use unicode characters for borders.
 \pset linestyle unicode
 
+-- Per default NULL values are not displayed, use a replacement string to
+-- prevent mistaken them for an empty string.
+\pset null 「NULL」
+
 -- Uppercase keywords when completing. Thanks to [1] (read on 2016-08-06).
 -- [1]: http://phili.pe/posts/postgresql-on-the-command-line/
 \set COMP_KEYWORD_CASE upper