Re: [GENERAL] query from two tables & concat the result

2016-02-03 Thread Ricardo Ramírez
For resetting the id you may want to take a look at the sequence manipulation functions [1] Regards, Ricardo [1]http://www.postgresql.org/docs/current/static/functions-sequence.html On Wed, Feb 3, 2016, 06:26 arnaud gaboury wrote: > On Wed, Feb 3, 2016 at 1:18 PM, arnaud gaboury > wrote: > >

Re: [GENERAL] How to know if an INSERT is done inside a function?

2010-07-04 Thread Ricardo Ramírez
Hi, look at this page of the documentation of postgres http://www.postgresql.org/docs/current/static/plpgsql-statements.html there explain some ways to know the effect of a SQL command. Regards. 2010/7/4 Andre Lopes > Hi, > > The function will run in the php-cli, in a CronJob, it is not for use