escaping and sql injection

Поиск
Список
Период
Сортировка
От Dennis Gearon
Тема escaping and sql injection
Дата
Msg-id B7NIE9GAVSRORWTSPUQ83B96GD84MI.3e56b18d@cal-lab
обсуждение исходный текст
Ответы Re: escaping and sql injection
Список pgsql-general
Is there any links for escaping characters and sql injection prevention in postgres?

I have read where the ' character is not really the preferred escaping character, but it does seem
to be the one I've seen for postgres.

Can multiple statements be issued in postgres, like:

'select count(*) from MyTable; drop MyTable;'



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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: [pgsql-advocacy] Non-English lists and User Groups
Следующее
От: "Cristian Custodio"
Дата:
Сообщение: Re: Mutating table (urgent)