Posgres Adding braces at beginning and end of text (html) content

Поиск
Список
Период
Сортировка
От linnewbie
Тема Posgres Adding braces at beginning and end of text (html) content
Дата
Msg-id 5881e0600904020548l66794352gb04d367aa1278d95@mail.gmail.com
обсуждение исходный текст
Ответы Re: Posgres Adding braces at beginning and end of text (html) content  ("Leif B. Kristensen" <leif@solumslekt.org>)
Список pgsql-general
Hi All,

I'm fairly new to postgres and I'm having this peculiar problem.

I'm storing raw html in a text field and I want users who know HTML to
update the content in a textarea field.

The problem is postgres is adding braces to the begining and ending of
the content.  On creation and every time I update.

This is:

I input:

<p>xyz <p/>
.........

into the text area field I save and view I see

{<p>xyz</p>

.........

}

On a subsequent update I see

{{<p>xyz</p>
........

}}

On another I see

{{<p>xyz</p>

....

}}

Not sure what is happening here?
I am using postgres 8.3 on windows

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

Предыдущее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: reducing IO and memory usage: sending the content of a table to multiple files
Следующее
От: bernhard_s
Дата:
Сообщение: Re: %r in restore_command?