Re: running PostGres without installing it

Поиск
Список
Период
Сортировка
От Amadeus Zilfinski
Тема Re: running PostGres without installing it
Дата
Msg-id 1154912482.3403.23.camel@workstation01.barsandtone.com
обсуждение исходный текст
Ответ на Re: running PostGres without installing it  ("Aaron Bono" <postgresql@aranya.com>)
Список pgsql-admin
>
>
> Would something like SQLite support the full functionality that we get
> from PostgreSQL: subqueries, transactions, views, triggers and stored
> procedures?  MySQL does not (yes I know they are adding some or all of
> this but it isn't all there or proven to be reliable yet).
>
> I will check SQLite out but MySQL is probably NOT a good option for
> this.  Historically it did not support subqueries (an absolute must
> for any serious database user) - not sure if they have added subquery
> support recently or not.
>

SQLite goes for SQL '92 compliance whereas PostgresQL goes for I think
it is) '99 (or is it '95?) compliance.

http://sqlite.org/omitted.html tells you what is missing from the
software against the '92 standard. Against PostgresQL SQLite will lose
in the features department almost every time.

My only real issue with PostgresQL is that it is a client/server
database, that is not embeddable. If it was embeddable then I could use
it with no issue, and would in fact rather use it. I recall some people
are working on that, but don't have any links. You might want to try
www.postgresql.org and see if they any info on there.

AmadeusZ.-


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

Предыдущее
От: Geoff Parker
Дата:
Сообщение: Disk usage in postgresql 8.1.4
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Disk usage in postgresql 8.1.4