Re: sql insert function

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: Chris Ochs <chris(at)paymentonline(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: sql insert function
Date: 2004-01-13 16:36:21
Message-ID: 20040113083532.N85596@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Mon, 12 Jan 2004, Chris Ochs wrote:

> LOG: statement: begin
> LOG: statement: insert into...
> LOG: statement:
> insert into taxship(s_oid,order_id,mer_id,tax,shipping) values
> ('0000-10000000',10000000,'0000',1,1);
> END

Where is that END coming from? Did you accidentally put it in your
function?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Julian North 2004-01-13 16:39:08 Re: Best practice? Web application: single PostgreSQL
Previous Message Tom Lane 2004-01-13 16:34:12 Re: Probably a security bug in PostgreSQL rule system