Hi, Not sure if this is a bug, but still. :) Compare:
<cut> pgsql7.3.4$ pg_dump -a -t seq_wtmp db1 -- -- PostgreSQL database dump -- \connect - kala SET search_path = public, pg_catalog; -- -- TOC entry 1 (OID 800427) -- Name: seq_wtmp; Type: SEQUENCE SET; Schema: public; Owner: kala -- SELECT pg_catalog.setval ('seq_wtmp', 3928, true); <cut> pgsql7.4beta3$ pg_dump -a -t seq_wtmp db1 pg_dump: specified table "seq_wtmp" does not exist <cut> seq_wtmp is a perfectly normal sequence. Bye, -- Tomas Szepe <[EMAIL PROTECTED]> ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend