Re: [SQL] undocumented setval()
Cedar Cox <[EMAIL PROTECTED]> writes: > When looking through a dump file, I noticed a setval(text, int, > bool). What is this? It doesn't appear to be documented. The bool parameter sets the is_called state bit of the sequence. Without this you can't restore a sequence to a virgin "never nextva
[SQL] undocumented setval()
When looking through a dump file, I noticed a setval(text, int, bool). What is this? It doesn't appear to be documented. -Cedar ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster