[7.4beta3] pg_dump -t xxx won't output sequences

From: Tomas Szepe <szepe(at)pinerecords(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: [7.4beta3] pg_dump -t xxx won't output sequences
Date: 2003-09-27 11:50:16
Message-ID: 20030927115015.GD32507@louise.pinerecords.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)pinerecords(dot)com>

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-09-27 18:23:15 Re: [7.4beta3] pg_dump -t xxx won't output sequences
Previous Message Tomas Szepe 2003-09-27 11:31:27 Re: Postgresql 'eats' all mi data partition