pg_dump doesn't dump conversions?

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: pgsql-hackers(at)postgresql(dot)org
Subject: pg_dump doesn't dump conversions?
Date: 2003-10-15 15:32:07
Message-ID: 3F8D6877.7080306@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is it just me or does pg_dump have no support for dumping conversions at
all?

conversions=# CREATE CONVERSION myconv FOR 'UNICODE' TO 'LATIN1' FROM
alt_to_iso;
CREATE CONVERSION
conversions=# \q

bash-2.05a$ /home/chriskl/local/bin/pg_dump conversions
--
-- PostgreSQL database dump
--

SET SESSION AUTHORIZATION 'chriskl';

--
-- TOC entry 3 (OID 2200)
-- Name: public; Type: ACL; Schema: -; Owner: chriskl
--

REVOKE ALL ON SCHEMA public FROM PUBLIC;
GRANT ALL ON SCHEMA public TO PUBLIC;

--
-- TOC entry 2 (OID 2200)
-- Name: SCHEMA public; Type: COMMENT; Schema: -; Owner: chriskl
--

COMMENT ON SCHEMA public IS 'Standard public schema';

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-10-15 15:43:05 Re: Database Kernels and O_DIRECT
Previous Message Tom Lane 2003-10-15 15:24:27 Re: fix for strict-alias warnings