Re: Migration of DB2 java stored procedures to PostgreSQL

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: Migration of DB2 java stored procedures to PostgreSQL
Дата
Msg-id dc73d0285cc5905c27f5931a3b5ee58fe065e45a.camel@cybertec.at
обсуждение исходный текст
Ответ на Migration of DB2 java stored procedures to PostgreSQL  (Dirk Krautschick <Dirk.Krautschick@trivadis.com>)
Ответы Re: Migration of DB2 java stored procedures to PostgreSQL  (Tim Clarke <tim.clarke@minerva.info>)
Список pgsql-general
On Mon, 2020-08-24 at 16:32 +0000, Dirk Krautschick wrote:
> for a potential migration from DB2 on DB2/z to PostgreSQL I have to take care of a whole
> bunch of java stored procedures. Would that be a show stopper here or is a migration
> somehow possible or is it anyway the same because Java = Java? 
> 
> Any experiences/recommendations or helpful ressources? 

There is PL/Java, but it is not part of the core PostgreSQL distribution, so you'd
have to build it yourself.

If performance is important or you don't want to depend on third-party modules,
post the code to PL/Python or PL/Perl.  If the code is just glue around some SQL,
PL/pgSQL might be the best choice.

Yours,
Laurenz Albe
-- 
+43-670-6056265
CYBERTEC PostgreSQL International GmbH
Gröhrmühlgasse 26, A-2700 Wiener Neustadt
Web: https://www.cybertec-postgresql.com




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

Предыдущее
От: Dirk Krautschick
Дата:
Сообщение: Migration of DB2 java stored procedures to PostgreSQL
Следующее
От: Tim Clarke
Дата:
Сообщение: Re: Migration of DB2 java stored procedures to PostgreSQL