Blame


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