Re: [HACKERS] 2-phase commit

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: [HACKERS] 2-phase commit
Дата
Msg-id 20030828232155.GA1432@wolff.to
обсуждение исходный текст
Ответ на Re: [HACKERS] 2-phase commit  (Joe Conway <mail@joeconway.com>)
Ответы Re: [HACKERS] 2-phase commit  (Joe Conway <mail@joeconway.com>)
Список pgsql-advocacy
On Wed, Aug 27, 2003 at 22:46:58 -0700,
  Joe Conway <mail@joeconway.com> wrote:
>
> That's an interesting observation, because I've long thought PeopleSoft
> ought to support Postgres too. From what I recall, their database schema
> is *very* database neutral (at least as of PSFT version 7.x) and fairly
> simple (we ran it on MSSQL 6.5). It would probably be pretty easily
> ported to run on Postgres.

In my opinion it is too database agnostic. They pretty much just use the
DB as a file. From what I have seen of the system it is one big hack.

Their trusted client security model is ridiculous. Fortunately in
version 8 you don't have to let people run 2 tier accept for developer
types. (Anyone with 2 tier access owns the system.) I really don't
even trust 3 tier access, because I believe that a fair amount of
security is enforced by the client rather than the app server.

It was annoying that the set of characters usable for passwords in 7.6
(and presumably still apply to the connect ID in 8) was restricted
because they didn't want to quote the password string so that you could
have special characters in it.

They aren't big on using referential integrity to keep the data clean.

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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: DB Journal: PostgreSQL Software Installation
Следующее
От: Joe Conway
Дата:
Сообщение: Re: [HACKERS] 2-phase commit