Re: Which Front End for Postgresql

Поиск
Список
Период
Сортировка
От manuel@sanyres.es
Тема Re: Which Front End for Postgresql
Дата
Msg-id slrn9g4j39.qk7.manuel@des01.sanyres.es
обсуждение исходный текст
Ответ на Re: Which Front End for Postgresql  (Per-Olof Pettersson <pgsql@peope.net>)
Список pgsql-general
There is a Tcl/Tk frontend to PostgreSQL that is almost like Access.
http://www.flex.ro/pgqccess

For linux the best file system I've found is Reiserfs it is a journaling
file system and it is as stable as linux, you can even push the big red
button while the disk works and you'll find your disk intact when you
reboot.
It is fast adn reliable and best of all you can't break your file system.
http://www.reiserfs.com/

In article <20010516.2590235@mis.configured.host>, Per-Olof Pettersson wrote:
> Hi
>
> PostgreSQL is not like eg Access for Windows.
> Access for windows has two parts.
> 1. The database engine
> 2. Application support/development/applications/dataview/query-windows...
>
> PostgreSQL is only 1. the Database engine.
> Though there is a command-line-based client "psql".
> And some administrative tools (also commandline) like initdb.
>
> As for the choice of filesystem.
> ext2 (which most linux use) has somewhat poorer performance on
> character-writing than eg UFS (which FreeBSD use) but I think the
> programmers on PostgreSQL have solved this with good caching and
> block-writing-routines ;-)
>
> Best of luck
> Per-Olof Pettersson

--
Manuel Cano Muñoz
------------------------------
SANYRES, S.A.
Director Dpto. Sistemas
manuel@sanyres.com
manuel@sanyres.es

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

Предыдущее
От: Renaud Thonnart
Дата:
Сообщение: Re: psql always ends with a SEGV:
Следующее
От: "Muhammad Rusydi"
Дата:
Сообщение: grant user...HELP...