Re: How to show the current schema or search path in the psql PROMP - Mailing list pgsql-general

From Joshua Tolley
Subject Re: How to show the current schema or search path in the psql PROMP
Date
Msg-id 4c12712d.5c37e70a.7c04.4e74@mx.google.com
Whole thread Raw
In response to How to show the current schema or search path in the psql PROMP  (Schwaighofer Clemens <clemens.schwaighofer@tequila.jp>)
Responses Re: How to show the current schema or search path in the psql PROMP  (Adrian Klaver <adrian.klaver@gmail.com>)
List pgsql-general
On Wed, Jun 09, 2010 at 05:52:49PM +0900, Schwaighofer Clemens wrote:
> Hi,
>
> I am trying to figure out how I can show the current search_path, or
> better the first search_path entry (the active schema) in the PROMPT
> variable for psql.
>
> Is there any way to do that? I couldn't find anything useful ...

5432 josh@josh# SHOW search_path;
  search_path
----------------
 "$user",public
(1 row)

--
Joshua Tolley / eggyknap
End Point Corporation
http://www.endpoint.com

Attachment

pgsql-general by date:

Previous
From: Greg Smith
Date:
Subject: Re: checkpoint spikes
Next
From: Adrian Klaver
Date:
Subject: Re: How to show the current schema or search path in the psql PROMP