Re: [PATCH] Implement motd for PostgreSQL - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: [PATCH] Implement motd for PostgreSQL
Date
Msg-id 20210403191639.GA16335@alvherre.pgsql
Whole thread Raw
In response to Re: [PATCH] Implement motd for PostgreSQL  ("Joel Jacobson" <joel@compiler.org>)
List pgsql-hackers
On 2021-Apr-03, Joel Jacobson wrote:

> I'm actually using it myself in production for something, to display
> instructions to users when they login.

Yeah, such as

"If your CREATE sentences don't work, please run
CREATE SCHEMA AUTHORIZATION CURRENT_USER"

for systems where the PUBLIC schema has been dropped.

-- 
Álvaro Herrera       Valdivia, Chile
<Schwern> It does it in a really, really complicated way
<crab> why does it need to be complicated?
<Schwern> Because it's MakeMaker.



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Making wait events a bit more efficient
Next
From: Alvaro Herrera
Date:
Subject: Re: Autovacuum on partitioned table (autoanalyze)