On 5/20/06, Martijn van Oosterhout <kleptog@xxxxxxxxx> wrote:
Seems you can't use a variable there. Your choices are to build a string and use EXECUTE, or just do: SELECT setval('sequence',value);
The EXECUTE string solution did the job. Thank you very much, Martijn. t.n.a.