Re: Proposal for psql wildcarding behavior w/schemas - Mailing list pgsql-hackers

From Nigel J. Andrews
Subject Re: Proposal for psql wildcarding behavior w/schemas
Date
Msg-id Pine.LNX.4.21.0208061024470.3235-100000@ponder.fairway2k.co.uk
Whole thread Raw
In response to Re: Proposal for psql wildcarding behavior w/schemas  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Proposal for psql wildcarding behavior w/schemas
List pgsql-hackers
On Tue, 6 Aug 2002, Tom Lane wrote:

> Alvaro Herrera <alvherre@atentus.com> writes:
> > Also note that since the backslash is between quotes you are not actually
> > testing shell behaviour but echo(1) behaviour.
> 
> Duh.  Time to go to bed ;-)


Hmm...that's not how I've always understood shell quoting, at least for bash:

~$ aa=3
~$ perl -e 'print join(",",@ARGV), "\n";' "1 $aa 2 3" 4 5 6
1 3 2 3,4,5,6
~$


-- 
Nigel J. Andrews
Director

---
Logictree Systems Limited
Computer Consultants



pgsql-hackers by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: CVS broken again?
Next
From: "Nigel J. Andrews"
Date:
Subject: Re: FUNC_MAX_ARGS benchmarks