Re: Porting from MySql - meta data issues

Поиск
Список
Период
Сортировка
От Jean-Michel POURE
Тема Re: Porting from MySql - meta data issues
Дата
Msg-id 200204090832.23750.jm.poure@freesurf.fr
обсуждение исходный текст
Ответ на Porting from MySql - meta data issues  (Geoff Caplan <geoff@advantae.com>)
Список pgsql-general
> I'm porting quite a big PHP application from MySql and have hit an issue.

Maybe you should use pgAdmin2 (http://pgadmin.postgresql.org), PostgreSQL
Windows GUI, which offers several advanced features :

- access to all PostgreSQL objects (tables, views, triggers, rules, functions,
indexes, etc...),
- code editor with syntax highlight (SQL, PLpgSQL, PLperl, PLpython, etc...).
- function modification, pseudo modification of views and triggers,
- data migration wizard.

With pgAdmin2, it should be easy to port your PHP code to PLpgSQL. Maybe you
should start with writing views and add PLpgSQL then.

Cheers,
Jean-Michel

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

Предыдущее
От: Ed Loehr
Дата:
Сообщение: Re: Hash Join vs Nested Loops in 7.2.1 ...
Следующее
От: Mark kirkwood
Дата:
Сообщение: Re: [HACKERS] Re : Solaris Performance - Profiling