Re: cryptography, was Drawbacks of using BYTEA for PK?

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: cryptography, was Drawbacks of using BYTEA for PK?
Дата
Msg-id 877jzvcyzp.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: cryptography, was Drawbacks of using BYTEA for PK?  ("Keith C. Perry" <netadmin@vcsn.com>)
Список pgsql-general
"Keith C. Perry" <netadmin@vcsn.com> writes:

> Additionally, I almost always use POST methods instead of GET
> (I hate exposing application logic that way).

Well this is pretty far afield from postgres. But I hope you're not using POST
for idempotent operations like search or record lookups. I hate it when I'm on
a site and i can't bookmark pages usefully or use the back button or open
pages in new windows etc.

POST is ideally only used for non idempotent operations like updates, deletes,
etc. Things that you wouldn't want to be repeated when the user hits reload,
and wouldn't want repeated every time a user revisits a bookmark.

--
greg

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

Предыдущее
От: Terry Lee Tucker
Дата:
Сообщение: Trigger Question
Следующее
От: Jeff Bowden
Дата:
Сообщение: serverless postgresql