Re: [PATCH] Implement motd for PostgreSQL
Chapman Flack <chap@anastigmatix.net>
From: Chapman Flack <chap@anastigmatix.net>
To: Joel Jacobson <joel@compiler.org>, pgsql-hackers@lists.postgresql.org
Date: 2021-04-03T13:43:56Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Disallow newlines in parameter values to be set in ALTER SYSTEM.
- 99f3b5613bd1 9.6.0 cited
On 04/03/21 01:20, Joel Jacobson wrote: > I've deployed the fix to production: > > $ psql -U brad -h pit.org motd > > NOTICE: > ____ ______ ___ > / )/ \/ \ > ( / __ _\ ) > \ (/ o) ( o) ) > \_ (_ ) \ ) / > \ /\_/ \)_/ > \/ //| |\\ > v | | v > \__/ Now there's some kind of Max Headroom thing going on with the second row, and this time I'm not sure how to explain it. (I knew the backslashes were because they weren't doubled.) I have done 'view source' in my mail client to make sure it's not just some display artifact on my end. Something has eaten a space before that left paren. What would do that? Regards, -Chap