Re: Porting from ORACLE to PostgSQL

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Porting from ORACLE to PostgSQL
Дата
Msg-id 44FCAEE2.8090903@commandprompt.com
обсуждение исходный текст
Ответ на Porting from ORACLE to PostgSQL  (gustavo halperin <ggh.develop@gmail.com>)
Список pgsql-general
gustavo halperin wrote:
> Hello
>
> I need to porting many old ORACLE-oriented-SQL files and I have many
> problem with this code. Sometimes the code use some types not supported
> in PosgSQL like "number" or "varchar2", there fore, can I write some
> type of declaration (like in c : #define alias_name name) in order to
> make PosgSQL recognize these types? Or there are other solution that you
> recommend to use ?
>

Look at the orafce project on www.pgfoundry.org. They have ALOT of
Oracle types (over 100).

Sincerely,

Joshua D. Drake


>   Thank you, Gustavo
>


--

    === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
    Providing the most comprehensive  PostgreSQL solutions since 1997
              http://www.commandprompt.com/



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: deadlock detected errors
Следующее
От: Chris Mair
Дата:
Сообщение: Re: Porting from ORACLE to PostgSQL