insert within pl/pgsql procedures: NOVICE question ?

From: Jeff Anto <antojf2001(at)yahoo(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: insert within pl/pgsql procedures: NOVICE question ?
Date: 2002-02-13 21:50:40
Message-ID: 20020213215040.10616.qmail@web20908.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi list,

tedious experience:
am I wrong or the optionnal syntax
INSERT INTO foo(foo_col1) VALUES ('blahblah');
dosen't work within a PLPGSQL-written function ?

I (quickly) checked the idocs and didn't found
anything about that... so, amazing discovery or stupid
question ?

Regards,
Jeff.

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.fr

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Darren Ferguson 2002-02-13 22:04:16 Re: insert within pl/pgsql procedures: NOVICE question ?
Previous Message Tom Lane 2002-02-13 19:47:24 Re: [GENERAL] Postgres 7.2 - Updating rows in cursor problem