On 5/20/06, Martijn van Oosterhout <[email protected]> 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. ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend
