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

Поиск
Список
Период
Сортировка
От linnewbie
Тема Re: Posgres Adding braces at beginning and end of text (html) content
Дата
Msg-id 44ff36c9-2f27-4dcd-b6d8-933feaa67b7a@e12g2000vbe.googlegroups.com
обсуждение исходный текст
Ответ на Posgres Adding braces at beginning and end of text (html) content  (linnewbie <linnewbie@gmail.com>)
Список pgsql-general
On Apr 2, 11:06 am, linnewbie <linnew...@gmail.com> wrote:
> On Apr 2, 10:01 am, andreas.kretsch...@schollglas.com ("A.
>
>
>
> Kretschmer") wrote:
> > In response to linnewbie :
>
> > > I am using tcl ( ncgi and tclobdc ) so it is more like the excerpts
> > > below:
>
> > > ie I input:
>
> > > <h1>Hello World </h1>
>
> > > <p>xyz <p/>
> > > .........
>
> > > 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') "
>
> > That is a security hole for sql-injection.
>
> This database user only has select,insert,update privileges on this
> table and these are internal users (administrators) so I'm not sure
> how much trouble they can make.
>
> Is there another way to have users update content that is really
> really complex html, nested <ul> with <span>s with spacial classes
> etc?

This is  a tcl thing though.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: cast needed - but where and why?
Следующее
От: Sam Mason
Дата:
Сообщение: Re: Help with C-Function on Postgre