Re: Proposal for psql wildcarding behavior w/schemas

From: "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Alvaro Herrera <alvherre(at)atentus(dot)com>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Proposal for psql wildcarding behavior w/schemas
Date: 2002-08-06 09:26:52
Message-ID: Pine.LNX.4.21.0208061024470.3235-100000@ponder.fairway2k.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 6 Aug 2002, Tom Lane wrote:

> Alvaro Herrera <alvherre(at)atentus(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nigel J. Andrews 2002-08-06 09:47:21 Re: FUNC_MAX_ARGS benchmarks
Previous Message Sander Steffann 2002-08-06 09:05:52 Re: FUNC_MAX_ARGS benchmarks