hanifmusa96 commented on code in PR #44067:
URL: https://github.com/apache/airflow/pull/44067#discussion_r1844340269


##########
docs/apache-airflow/howto/set-up-database.rst:
##########
@@ -167,6 +167,7 @@ In the example below, a database ``airflow_db`` and user  
with username ``airflo
    CREATE USER airflow_user WITH PASSWORD 'airflow_pass';
    GRANT ALL PRIVILEGES ON DATABASE airflow_db TO airflow_user;
    -- PostgreSQL 15 requires additional privileges:
+   \c airflow_db;

Review Comment:
   meta-command is acceptable in psql 
   reference: https://www.postgresql.org/docs/current/app-psql.html



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to