Re: Posgres Adding braces at beginning and end of text (html) content - Mailing list pgsql-general

From Thomas Markus
Subject Re: Posgres Adding braces at beginning and end of text (html) content
Date
Msg-id 49D4C62C.7000703@proventis.net
Whole thread Raw
In response to Re: Posgres Adding braces at beginning and end of text (html) content  (linnewbie <linnewbie@gmail.com>)
List 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 by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: Posgres Adding braces at beginning and end of text (html) content
Next
From: Aleksey Tsalolikhin
Date:
Subject: Re: possible small contribution to the PostgreSQL manual? Example for two-phase commit section.