Blob


1 # psqlrc
3 By default psql renders `NULL' values as empty strings. This makes it
4 harder to "see" if a column is `NULL' or an empty string, so I like to
5 have a different representation for NULLs
7 \pset null '⊥'
9 I also use to connect to databases on different hosts, so to be extra
10 sure that I'm connected to the right one I'd like for psql to dump the
11 connection info at the start
13 \conninfo