Today I Learned

2023/01/30

psql postgres cli colors

That psql et al. support colors:

export PG_COLOR=auto # only colorize output to ttys

learned from https://fluca1978.github.io/2023/01/23/PostgreSQLColors.html See also: