Re: Import SVG file

From: Richard Huxton <dev(at)archonet(dot)com>
To: Miguel Angel Tribaldos Hervas <mitriher(at)teleco(dot)upv(dot)es>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Import SVG file
Date: 2005-01-28 09:13:42
Message-ID: 41FA0246.8040107@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Miguel Angel Tribaldos Hervas wrote:
> Hi,
>
> how can I import a SVG file to a row?? The main problem is that it has many
> postgres scape symbols. Can I utilize the
> 'text' type for that?
> Have I to do some byte-stuffing before the import?

If you want to create a text-file with a COPY or INSERT statement and
then use psql -f ... you'll need to perform the usual escaping. If
you're going via Perl's DBI or similar you can let it handle those
details for you. Do you have a client system in mind?

--
Richard Huxton
Archonet Ltd

In response to

  • Import SVG file at 2005-01-28 08:58:01 from Miguel Angel Tribaldos Hervas

Browse pgsql-general by date

  From Date Subject
Next Message manfred 2005-01-28 09:43:48 Re: convert mdb files to pg?
Previous Message Miguel Angel Tribaldos Hervas 2005-01-28 08:58:01 Import SVG file