Re: EXECUTE problems

From: Felipe Schnack <felipes(at)ritterdosreis(dot)br>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: EXECUTE problems
Date: 2002-11-22 18:21:15
Message-ID: 1037989275.14910.50.camel@desenv1.ritterdosreis.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You're right, I didn't :-)
I think it should... after all, why you can use DEFAULT in an normal
insert but you can't in an prepared insert statement?
I'm asking this because I'm implementing methods to support the new
DEFAULT keyword in pgsql 7.3 for the JDBC driver... but if I can't use
it in prepared sqls, a great deal of it usefulness will be shortened...

Thanks!

On Fri, 2002-11-22 at 16:20, Neil Conway wrote:
> Felipe Schnack <felipes(at)ritterdosreis(dot)br> writes:
> > No, no... in pgsql 7.3 you can do "insert into test (columnName)
> > values (DEFAULT)" and it works! It just doesn't work for prepared
> > statements. Maybe I should join the pgsql-developers list?
>
> Read my reply again, you clearly didn't understand me.
>
> Cheers,
>
> Neil
>
> --
> Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC
>
--

Felipe Schnack
Analista de Sistemas
felipes(at)ritterdosreis(dot)br
Cel.: (51)91287530
Linux Counter #281893

Faculdade Ritter dos Reis
www.ritterdosreis.br
felipes(at)ritterdosreis(dot)br
Fone/Fax.: (51)32303328

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ian Barwick 2002-11-22 18:21:31 Re: caveats upgrading from 7.0.3 to 7.2.x
Previous Message Don Isgitt 2002-11-22 18:11:34 Re: Lack of use of indexes