Re: SQL injection

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: SQL injection
Дата
Msg-id 1130865552.15018.47.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Re: SQL injection  ("Jim C. Nasby" <jnasby@pervasive.com>)
Ответы Re: SQL injection  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-general
On Tue, 2005-11-01 at 09:09, Jim C. Nasby wrote:
> On Mon, Oct 31, 2005 at 10:13:20PM -0500, Alex Turner wrote:
> > I didn't think query plans were cached between sessions, in which case
> > prepeared statements aren't worth much for most HTTP based systems
> > (not counting luckily re-using the same connection using pgpool)...
> >
> > Please correct me if I'm mistaken - I like being wrong ;)
>
> No, you're right, but if you're not using connection pooling you clearly
> don't care about performance anyway...

Depends on what you mean by performance.  I've written apps that were
used by one or two people at once, and spit out 100M at a shot for an
excel spread sheet or made huge 100 page pdfs.  They had to run fast,
but connection time wasn't an issue.  Since the average run time of
those scripts as 1 to 30 seconds, the connect time was absolutely not an
issue.

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

Предыдущее
От: "Welty, Richard"
Дата:
Сообщение: Re: Oracle 10g Express - any danger for Postgres?
Следующее
От: "DEV"
Дата:
Сообщение: Re: replace() and Regular Expressions