-- Leo's gemini proxy

-- Connecting to dots.omarpolo.com:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en

psqlrc


By default psql renders `NULL' values as empty strings. This makes it harder to "see" if a column is `NULL' or an empty string, so I like to have a different representation for NULLs


\pset null '⊥'

I also use to connect to databases on different hosts, so to be extra sure that I'm connected to the right one I'd like for psql to dump the connection info at the start


\conninfo

-- Response ended

-- Page fetched on Sat Apr 27 08:50:01 2024