Re: Patch to psql to allow SEARCH_PATH to be set from env

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Scott Goodwin <scott(at)scottg(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Patch to psql to allow SEARCH_PATH to be set from env
Date: 2004-02-10 14:51:12
Message-ID: 4028EFE0.4030507@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> No, I didn't know that, but I figured there might be another, better way
> to do this that I hadn't found. Thanks for the info; I'm going to dig
> into ALTER USER to see what else I may be missing. Consider this patch
> "rescinded", though it was a good exercise in working with PG source
> code. If anyone cares to, I'd still like feedback on anything I could
> have done better in this patch (i.e. coding style, better place to put
> this kind of code etc.).

I have the feeling it wouldn't have been accepted because it was kind of
'arbitrary'. It's generally a good idea to ask the -hackers list first
if a patch is worth writing before actually writing it ;)

Chris

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-02-10 15:10:22 Re: [PATCHES] Current-stream read for psql's \copy
Previous Message Bruce Momjian 2004-02-10 14:39:07 Re: psql's "\d" and CLUSTER