Re: Proposal for psql wildcarding behavior w/schemas

Поиск
Список
Период
Сортировка
От Nigel J. Andrews
Тема Re: Proposal for psql wildcarding behavior w/schemas
Дата
Msg-id Pine.LNX.4.21.0208061024470.3235-100000@ponder.fairway2k.co.uk
обсуждение исходный текст
Ответ на Re: Proposal for psql wildcarding behavior w/schemas  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Proposal for psql wildcarding behavior w/schemas
Список 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 по дате отправления:

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: CVS broken again?
Следующее
От: "Nigel J. Andrews"
Дата:
Сообщение: Re: FUNC_MAX_ARGS benchmarks