how to change null display in psql code example
Example: how to change null display in psql
DATABASE_NAME=#\pset null 'Ø'
#After you hit enter, psql will say "Null display is "Ø"
DATABASE_NAME=#\pset null 'Ø'
#After you hit enter, psql will say "Null display is "Ø"