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

Поиск
Список
Период
Сортировка
От Thomas Markus
Тема Re: Posgres Adding braces at beginning and end of text (html) content
Дата
Msg-id 49D4C62C.7000703@proventis.net
обсуждение исходный текст
Ответ на Re: Posgres Adding braces at beginning and end of text (html) content  (linnewbie <linnewbie@gmail.com>)
Список pgsql-general
hi,

i'm not a tcl user but it looks like an array representation. try to
remove braces [] from page_content.

regards.
thomas

linnewbie schrieb:
>
> into the text area field, save:
>
> set page_content  [ ncgi::value  textarea_field_name]
>
> database connect dbh $datasource $dbuser $dbpassword
>
> set sql "INSERT INTO profile (page_content) \
>         VALUES('$page_content') "
>
> dbh $sql
>
>


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

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Posgres Adding braces at beginning and end of text (html) content
Следующее
От: Aleksey Tsalolikhin
Дата:
Сообщение: Re: possible small contribution to the PostgreSQL manual? Example for two-phase commit section.