[7.4beta3] pg_dump -t xxx won't output sequences - Mailing list pgsql-bugs

From Tomas Szepe
Subject [7.4beta3] pg_dump -t xxx won't output sequences
Date
Msg-id 20030927115015.GD32507@louise.pinerecords.com
Whole thread Raw
Responses Re: [7.4beta3] pg_dump -t xxx won't output sequences  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
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 <szepe@pinerecords.com>

pgsql-bugs by date:

Previous
From: Tomas Szepe
Date:
Subject: Re: Postgresql 'eats' all mi data partition
Next
From: Tom Lane
Date:
Subject: Re: [7.4beta3] pg_dump -t xxx won't output sequences