Re: [INTERFACES] sqlbang

From: "(dot)"(at)babolo(dot)ru
To: peter_e(at)gmx(dot)net (Peter Eisentraut)
Cc: pgman(at)candle(dot)pha(dot)pa(dot)us, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [INTERFACES] sqlbang
Date: 2002-04-21 19:34:41
Message-ID: 200204211934.XAA26735@aaz.links.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

Peter Eisentraut writes:
> (dot)(at)babolo(dot)ru writes:
> > The most reason for patch are paremeters,
>
> Parameters already exist:
>
> peter ~$ cat test.sql
> \echo :x1
> \echo :x2
> peter ~$ pg-install/bin/psql -f test.sql -v x1=foo -v x2=bar
> foo
> bar
OK, positional parameters

--
@BABOLO http://links.ru/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Curt Sampson 2002-04-21 19:50:55 Re: On-disk Tuple Size
Previous Message Tom Lane 2002-04-21 19:10:41 Re: On-disk Tuple Size

Browse pgsql-interfaces by date

  From Date Subject
Next Message Nicolas Bazin 2002-04-22 02:16:46 implementation of SET LOCK MODE TO [WAIT [seconds] | NOT WAIT] for ecpq
Previous Message Peter Eisentraut 2002-04-21 04:53:28 Re: [INTERFACES] sqlbang