Waiting for PostgreSQL 19 – Add psql PROMPT variable for search_path.

Read Original

The article details a new feature in the upcoming PostgreSQL 19: a psql PROMPT variable (%S) that displays the current search_path. This is useful for developers and DBAs who work with databases containing many schemas, as it provides immediate visibility into the active search path. The post explains the commit, its functionality (which requires PostgreSQL v18+), and includes example usage.

Waiting for PostgreSQL 19 – Add psql PROMPT variable for search_path.

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week