[HACKERS] concatenation = = transaction ?????

2003-08-14 Thread sla-net
Hi everybody It's my first post here, so be indulgent ;) Just to confirm : if i do $sql1='insert into "Enfant" ("NomEnfant","PrenomEnfant") VALUES ('.$NomEnfant.','.$PrenomEnfant.') $sql2='insert into "IndividuEnfant" ("IdIndividu","IdEnfant") VALUES ('.$IdIndividu.',currval(\'"Enfant_Seq"\')

Re: [HACKERS] concatenation = = transaction ?????

2003-08-14 Thread Josh Berkus
Sla, > PS : why limitation to 8 patrameters in stored procedures ?? What version of PostgreSQL are you using? The limit is 16 parameters for 7.1 and 7.2, raised to 32 parameters in 7.3 and after. Further, you can raise the limit yourself at compile-time, although I understand it incurrs