Re: firstest doubts...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Roberto (SmartBit)" <roberto(at)smartbit(dot)inf(dot)br>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: firstest doubts...
Date: 2002-10-09 00:10:04
Message-ID: 200210090010.g990A4t05430@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Roberto (SmartBit) wrote:
> Hi all,
>
> I'm beginning in PosgreSQL and until now I may say that it is incredible ...
>
> I have some sort asks ... and ... I hope be helped here.
> so, first of all I should say that I am coming from Interbase, then:
>
> 1: There is any Postgres Language to InterBase like pgPL-SQL???

Yes, PL/pgSQL.

>
> 2: There is any tools to convert from Interbase to Postgres???

Yes, see:

http://techdocs.postgresql.org

>
> 3: There is any Case tool like ER-Win that is compatible with Postgres??

No, but we do support ER-Win. Dbaccess is nice at dbaccess.org.

> 4: The Interbase's DOMAIN is the same thing as Postgres's TYPES ?? And could
> I create a TYPE without set an INPUT/OUTPUT function??
> (ex. CREATE DOMAIN myDomain NUMERIC(12,2)

We have DOMAIN in 7.3beta.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2002-10-09 00:26:57 Re: [HACKERS] Hot Backup
Previous Message Josh Berkus 2002-10-08 23:36:40 Re: CHAR, VARCHAR, TEXT (Was Large Databases)