Re: Sql Anywhere to PostgreSQL?

Поиск
Список
Период
Сортировка
От ljb
Тема Re: Sql Anywhere to PostgreSQL?
Дата
Msg-id ehp2bh$1nkt$1@news.hub.org
обсуждение исходный текст
Ответ на Sql Anywhere to PostgreSQL?  ("Chris Hoover" <revoohc@gmail.com>)
Список pgsql-admin
> Has anyone ever done a conversion from Sql Anywhere to PostgreSQL?  I have a
> task to investigate what this would take.

Biggest problem areas I see would be stored procedures and the many SQL
differences. If you use stored procedures, they will need to be completely
rewritten.  The SQL differences will get you too; someone who knows both
SQLA and PostgreSQL will have to review line-by-line.  Stuff like SQLA's
"current timestamp" vs PostgreSQL "current_timestamp". Or, limiting returned
rows (SQLA: SELECT TOP 10 * FROM ... vs PostgreSQL: SELECT * FROM ... LIMIT
10). Just two examples. Where standards exist, PostgreSQL is much more
standard than Sybase.

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

Предыдущее
От: "Joshua Marsh"
Дата:
Сообщение: Re: CLUSTER using more memory than expected
Следующее
От: "Duncan McDonald"
Дата:
Сообщение: Backing Up Partial Databases