Re: [INTERFACES] sqlbang

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: <(dot)(at)babolo(dot)ru>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] sqlbang
Date: 2002-04-21 04:53:28
Message-ID: Pine.LNX.4.30.0204210051210.688-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

(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

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Curt Sampson 2002-04-21 04:59:02 Re: Schema (namespace) privilege details
Previous Message Rod Taylor 2002-04-21 02:16:17 Re: Foreign keys and indexes.

Browse pgsql-interfaces by date

  From Date Subject
Next Message "." 2002-04-21 19:34:41 Re: [INTERFACES] sqlbang
Previous Message "." 2002-04-20 23:33:06 Re: [INTERFACES] sqlbang