Re: pg_dump/psql < db.out issue

From: "Anthony E (dot) Greene" <agreene(at)pobox(dot)com>
To: "mdavis (at) sevainc (dot) com" <mdavis(at)sevainc(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: pg_dump/psql < db.out issue
Date: 2001-01-02 14:30:25
Message-ID: 20010102093025.C21436@cp5340
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

On Tue, 02 Jan 2001 04:46:27 Michael Davis wrote:
>I have several tables with text fields that contain single quotes (').
> Pg_dump exports these tables and the single quotes (') okay. Psql,
>however, will not import the data into the tables because of the single
>quote (') in one of the columns in one of the records. Any idea how to
>work around this other than using the -d/-D option in pg_dump? I like the
>-d option in pg_dump, however, importing the data via pgsql is much slower
>with this option.

I used the -D option and pgsql had no problem re-importing data that
contained single quotes. It seemed to me that it should have failed because
the quotes were not escaped, but it worked anyway.

You could try copying the data out to a file, dumping just the schema, then
doing the reverse to rebuild the database. The data would be tab-delimited
and the quotes would not be an issue.

Tony
--
Anthony E. Greene <agreene(at)pobox(dot)com> <http://www.pobox.com/~agreene/>
PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
Chat: AOL/Yahoo: TonyG05 ICQ: 91183266
Linux. The choice of a GNU Generation. <http://www.linux.org/>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Goodwin 2001-01-02 15:35:21 Automatic typing of foreign keys when creating tables
Previous Message Michael Davis 2001-01-02 09:46:27 pg_dump/psql < db.out issue

Browse pgsql-general by date

  From Date Subject
Next Message Tulio Oliveira 2001-01-02 14:37:53 Possible "off-topic"
Previous Message Tomasz Janyska 2001-01-02 14:01:57 Function TOP