Re: sql insert function - Mailing list pgsql-general

From Stephan Szabo
Subject Re: sql insert function
Date
Msg-id 20040113083532.N85596@megazone.bigpanda.com
Whole thread Raw
In response to Re: sql insert function  ("Chris Ochs" <chris@paymentonline.com>)
List 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?


pgsql-general by date:

Previous
From: "Bob Powell"
Date:
Subject: Postgress and MYSQL
Next
From: Julian North
Date:
Subject: Re: Best practice? Web application: single PostgreSQL