Re: Posgres Adding braces at beginning and end of text (html) content
В списке pgsql-general по дате отправления:
| От | Leif B. Kristensen |
|---|---|
| Тема | Re: Posgres Adding braces at beginning and end of text (html) content |
| Дата | |
| Msg-id | 200904021459.54198.leif@solumslekt.org обсуждение исходный текст |
| Ответ на | Posgres Adding braces at beginning and end of text (html) content (linnewbie <linnewbie@gmail.com>) |
| Список | pgsql-general |
On Thursday 2. April 2009, linnewbie wrote: >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. I can't reproduce your problem in 8.3.5: pgslekt=> create table test (i integer, t text); CREATE TABLE pgslekt=> insert into test values (1, '<p>Hei hei</p>'); INSERT 0 1 pgslekt=> select * from test; i | t ---+---------------- 1 | <p>Hei hei</p> (1 row) Perhaps it's a middleware problem? -- Leif Biberg Kristensen | Registered Linux User #338009 Me And My Database: http://solumslekt.org/blog/
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера