Re: inserting/updating a field with the contents of a text file - Mailing list pgsql-novice

From Phillip Smith
Subject Re: inserting/updating a field with the contents of a text file
Date
Msg-id 00dd01c7ff22$b9d407c0$9b0014ac@wbaus090
Whole thread Raw
In response to Re: inserting/updating a field with the contents of a text file  ("Lonni J Friedman" <netllama@gmail.com>)
Responses Re: inserting/updating a field with the contents of a text file  (Richard Broersma Jr <rabroersma@yahoo.com>)
List pgsql-novice
> Actually the issue here is that i'm inserting build log snippets, so
> I'm never going to be 100% what will appear.  Single quotes were
> definitely the issue the first time I hit this.  Are there any other
> characters that are verboten, or just single quotes?

Backslash ('\') will also cause problems. Replace them with double-backslash
('\\')


THINK BEFORE YOU PRINT - Save paper if you don't really need to print this

*******************Confidentiality and Privilege Notice*******************

The material contained in this message is privileged and confidential to
the addressee.  If you are not the addressee indicated in this message or
responsible for delivery of the message to such person, you may not copy
or deliver this message to anyone, and you should destroy it and kindly
notify the sender by reply email.

Information in this message that does not relate to the official business
of Weatherbeeta must be treated as neither given nor endorsed by Weatherbeeta.
Weatherbeeta, its employees, contractors or associates shall not be liable
for direct, indirect or consequential loss arising from transmission of this
message or any attachments
e-mail.

pgsql-novice by date:

Previous
From: "Lonni J Friedman"
Date:
Subject: Re: inserting/updating a field with the contents of a text file
Next
From: Richard Broersma Jr
Date:
Subject: Re: inserting/updating a field with the contents of a text file