Bruce Momjian <[email protected]> writes: > Uh, yeah, I think it does. I question whether a command-line diagnostic > tool really should use it though. It might also make grep of the result > difficult.
Hey, it's 2013 outside. Just saying: $ echo 'µsec' | grep µsec µsec $ echo 'µsec' | awk '/µsec/' µsec Maybe there's no practical problem here, -- Dimitri Fontaine http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
