Re: Problem with character ' (single quote) in text fields

From: Holger Klawitter <lists(at)klawitter(dot)de>
To: "pgsql-general(at)postgreSQL(dot)org" <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: Problem with character ' (single quote) in text fields
Date: 2002-01-21 14:20:12
Message-ID: 3C4C239C.F43386FD@klawitter.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jordi wrote:
>
> In my case the data is load from a file (for example a very long list of
> Names/FirstNames) so this security concert should be not applicable here
> (anyway, thanks by the remark because I have never though about it...).
>
> The best solution for me should be if I could change the "start/end of a
> Postgresql string"

As you want to load loads of rows into your database you are probably
better of using COPY, which supports custom delimiters.

With kind regards / Mit freundlichem Gruß
Holger Klawitter
--
Holger Klawitter
holger(at)klawitter(dot)de http://www.klawitter.de

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2002-01-21 14:20:51 Re: [HACKERS] PostgreSQL Licence: GNU/GPL
Previous Message Matthew Kirkwood 2002-01-21 14:16:37 Re: [GENERAL] PostgreSQL Licence: GNU/GPL