"Ben Joyce" <ben(dot)joyce-pgsql(at)babelfish(dot)co(dot)uk> writes:
> It's been suggested that ('""test_ID_seq""'::text) might be the issue,
> irregular quoting? Odd, as this is what phpPgAdmin spewed out.
Should be nextval('"test_ID_seq"') ... the ::text is unnecessary, though
harmless. If phpPgAdmin doubled the double quotes then it's wrong.
7.1.3 is a bit long in the tooth as far as Postgres versions go, and it
may be that you are overdue for a phpPgAdmin update too ...
regards, tom lane