Re: tcl script

From: Vijay Deval <deval(at)giaspn01(dot)vsnl(dot)net(dot)in>
To: "David C(dot)Oshel" <dcoshel(at)inav(dot)net>
Cc: "PostgreSQL(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: tcl script
Date: 2002-12-06 15:44:54
Message-ID: 3DF0C5F6.4ABBF3D8@giaspn01.vsnl.net.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi David

Thanks for the suggestion. I tried semicolons, but still
"pg_recvbuf: unexpected EOF on client connection" continues.

"David C.Oshel" wrote:
>
> Missing semicolon?

> > set res [pg_exec $conn \
> > "SELECT name,clid \
> > FROM client\
> > WHERE upper(substring(name from 1 for 3)) = '$ucode' "]
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Timo Tuomi 2002-12-06 17:14:26 Selective sequence..
Previous Message Kelly McDonald 2002-12-06 13:18:49 Re: Test to see if currval will fail?