Re: Feature Request

From: Adam Witney <awitney(at)sgul(dot)ac(dot)uk>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Q Beukes <pgsql-dev(at)list(dot)za(dot)net>
Subject: Re: Feature Request
Date: 2006-02-20 13:33:59
Message-ID: C01F75C7.57AD9%awitney@sgul.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 20/2/06 1:26 pm, "Peter Eisentraut" <peter_e(at)gmx(dot)net> wrote:

> Am Montag, 20. Februar 2006 14:15 schrieb Q Beukes:
>> Hey,
>>
>> This might not be much, but can there maybe be a future feature for
>> having a shortcut to "set search_path='schema-name';"
>> similiar to \c dbname ??
>
> pei=# \set X 'set search_path = '
> pei=# :X public;
> SET
> pei=# show search_path;
> search_path
> -------------
> public

That seems quite handy to know! can these be saved anywhere such that I
don't have to run the \set <...> command every session?

Thanks

Adam

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Albe Laurenz 2006-02-20 13:36:42 new feature: LDAP database name resolution
Previous Message Peter Eisentraut 2006-02-20 13:26:34 Re: Feature Request