"Marc G. Fournier" <[EMAIL PROTECTED]> writes: > Have databse that \ds shows several sequences, but one in partiicular, I > can't seem to 'dump' with pg_dump:
> public | xa_url_id_seq | sequence | pareto_su Given the name, this could be a SERIAL column's sequence --- which is not dumped as a separate object by pg_dump, since recreating the SERIAL column ought to create it. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match