Re: Double quotes?

Поиск
Список
Период
Сортировка
От Christoph Haller
Тема Re: Double quotes?
Дата
Msg-id 200207081054.MAA03734@rodos
обсуждение исходный текст
Ответ на Double quotes?  (Archibald Zimonyi <archie@netg.se>)
Ответы Re: Double quotes?
Список pgsql-sql
The information you gave is not very helpful. 
An INSERT command, which caused the error, would help. 
Anyway, did you enclose the text by single quotes? 
AFAIK, you do not have to escape double quotes. 

Regards, Christoph 
> 
> Hi everyone,
> 
> I have a column with type text and am trying to pump in a larger amount of
> text that has double quotes and also commas in between. I got an error
> when I tried to do a simple INSERT. I then tried to escape the double
> quote with a backslash but that didn't work. The manual for the 7.1
> database says that I can escape charactes by using the \xxx where xxx is
> the octal value of the character. Is this the only way or have I missed
> out on something simple and just keep making a small mistake?
> 
> Thanks in advance,
> 
> Archie
> 




В списке pgsql-sql по дате отправления:

Предыдущее
От: Archibald Zimonyi
Дата:
Сообщение: Double quotes?
Следующее
От: Archibald Zimonyi
Дата:
Сообщение: Re: Double quotes?