Received: from localhost (maia-4.hub.org [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 286D99FB96D; Wed, 16 May 2007 13:09:07 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 78168-03; Wed, 16 May 2007 13:09:03 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from lists.commandprompt.com (host-254.commandprompt.net [207.173.203.254]) by postgresql.org (Postfix) with ESMTP id 696D69FB976; Wed, 16 May 2007 13:09:03 -0300 (ADT) Received: from perhan.alvh.no-ip.org (201-221-217-243.bk12-dsl.surnet.cl [201.221.217.243]) (authenticated bits=0) by lists.commandprompt.com (8.13.7/8.13.6) with ESMTP id l4GG8CIw019507; Wed, 16 May 2007 09:08:17 -0700 Received: by perhan.alvh.no-ip.org (Postfix, from userid 1000) id 8284132A13; Wed, 16 May 2007 12:08:09 -0400 (CLT) Date: Wed, 16 May 2007 12:08:09 -0400 From: Alvaro Herrera To: Michael Glaesemann Cc: "Jim C. Nasby" , Heikki Linnakangas , Mark Kirkwood , David Fetter , Tom Lane , Andrew Dunstan , PostgreSQL Docs , PostgreSQL Patches Subject: Re: [PATCHES] OS/X startup scripts Message-ID: <20070516160809.GW4582@alvh.no-ip.org> References: <20070514173556.GW14860@fetter.org> <20070514191615.GA31201@alvh.no-ip.org> <464912F0.6010005@paradise.net.nz> <20070515024451.GI4429@alvh.no-ip.org> <46492A91.20007@paradise.net.nz> <20070516002935.GH20707@nasby.net> <464ABCE7.7040200@enterprisedb.com> <20070516142724.GA14548@nasby.net> <20070516143823.GI4582@alvh.no-ip.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: ClamAV version 0.88.5, clamav-milter version 0.88.5 on projects.commandprompt.com X-Virus-Status: Clean X-Greylist: Sender succeded SMTP AUTH authentication, not delayed by milter-greylist-1.6 (lists.commandprompt.com [192.168.2.159]); Wed, 16 May 2007 09:08:21 -0700 (PDT) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200705/50 X-Sequence-Number: 4279 Michael Glaesemann wrote: > > On May 16, 2007, at 9:38 , Alvaro Herrera wrote: > > >That said, check this out: > > > >http://www.ubiobio.cl/~gpoo/pgsql/settings/ > > > >Sadly, usage instructions are in spanish only currently, but I claim > >that this script is extremely useful for Pg development (sure, I wrote > >it and tailored to my needs). If there is interest I can translate > >the > >docs, but I have posted the script in these lists before and got no > >much > >of an interest. Michael Glaesemann did find it useful when I > >showed it > >to him in the summit, though. > > Ooo! Nifty! I'll have to check out what's changed. I still use this > script. I find it very helpful. I can post my tweaks as well, if > there's interest. Yes, there is. The one thing I did not keep was the stuff about the env vars, because it didn't suit me to be copying and pasting them with the mouse. To solve the autocompletion problem you had that prompted you to tweak it, what I do is runpg 00 ` Ctrl-A ` so the autocompletion works because the first work is "runpg" and not the single quote, and I enter the initial quote when the command has been completed (Ctrl-A moves to the start of the line). I can't remember if I dropped something else. -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc.