Re: Aubit 4GL for postgresql

Lists: pgsql-interfaces
From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org, Mike Aubury <mike(dot)aubury(at)aubit(dot)com>
Subject: Aubit 4GL for postgresql
Date: 2004-11-29 17:47:27
Message-ID: 41AB60AF.5050002@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

Hi,

Mike Aubury is considering porting Aubit 4GL
http://www.aubit.com/index.php?page=Products/Aubit4gl to native
postgresql.

If this is of interest to you please respond. He is trying to measure
the level of interest.

--
Dave Cramer
http://www.postgresintl.com
519 939 0336
ICQ#14675561


From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: pg(at)fastcrypt(dot)com
Cc: pgsql-interfaces(at)postgresql(dot)org, Mike Aubury <mike(dot)aubury(at)aubit(dot)com>
Subject: Re: Aubit 4GL for postgresql
Date: 2004-11-30 02:39:07
Message-ID: 200411300239.iAU2d7008068@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

Dave Cramer wrote:
> Hi,
>
> Mike Aubury is considering porting Aubit 4GL
> http://www.aubit.com/index.php?page=Products/Aubit4gl to native
> postgresql.
>
> If this is of interest to you please respond. He is trying to measure
> the level of interest.

Uh, I thought it already worked with PostgreSQL. Certainly there is a
lot of demand from companies porting from Informix and for users who
need a good database-aware application language.

--
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


From: Mike Aubury <mike(dot)aubury(at)aubit(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pg(at)fastcrypt(dot)com, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Aubit 4GL for postgresql
Date: 2004-11-30 08:56:05
Message-ID: 200411300856.05294.mike.aubury@aubit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

Just to clarify - Aubit4GL currently works with InformixSQL style SQL
statements being converted to PostgresSQL on the fly for migrating current
Informix4GL programs to run against a PostgresSQL database.

What I'm talking about here is running native PostgresSQL statements within
the 4GL for people who've maybe never heard of Informix 4GL/SQL.

(For example - Aubit4GL has no CREATE TYPE statement, outer joins are
different etc - a PostgresSQL programmer may not like the fact they need to
PREPARE or SQL/ENDSQL around these statements that the current 4GL grammar
rules don't recognise...).

On Tuesday 30 November 2004 02:39, Bruce Momjian wrote:
> Dave Cramer wrote:
> > Hi,
> >
> > Mike Aubury is considering porting Aubit 4GL
> > http://www.aubit.com/index.php?page=Products/Aubit4gl to native
> > postgresql.
> >
> > If this is of interest to you please respond. He is trying to measure
> > the level of interest.
>
> Uh, I thought it already worked with PostgreSQL. Certainly there is a
> lot of demand from companies porting from Informix and for users who
> need a good database-aware application language.


From: "Claudio Duffini" <duffo64(at)libero(dot)it>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Aubit 4GL for postgresql
Date: 2004-11-30 09:06:42
Message-ID: cohd4m$m71cohd4m$m71$1@news.hub.org@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

This would be a panacea, for us. We are moving a big installation
from Informix to Postgres, and 90% of our apps are Informix-4gl...

"Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us> ha scritto nel messaggio
news:200411300239(dot)iAU2d7008068(at)candle(dot)pha(dot)pa(dot)us(dot)(dot)(dot)
> Dave Cramer wrote:
> > Hi,
> >
> > Mike Aubury is considering porting Aubit 4GL
> > http://www.aubit.com/index.php?page=Products/Aubit4gl to native
> > postgresql.
> >
> > If this is of interest to you please respond. He is trying to measure
> > the level of interest.
>
> Uh, I thought it already worked with PostgreSQL. Certainly there is a
> lot of demand from companies porting from Informix and for users who
> need a good database-aware application language.
>
> --
> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>


From: Jaime Casanova <systemguards(at)yahoo(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org, Mike Aubury <mike(dot)aubury(at)aubit(dot)com>
Subject: Re: Aubit 4GL for postgresql
Date: 2004-11-30 20:59:40
Message-ID: 20041130205940.1330.qmail@web50010.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

Dave Cramer wrote:
> Hi,
>
> Mike Aubury is considering porting Aubit 4GL
>
>
http://www.aubit.com/index.php?page=Products/Aubit4gl
> to native postgresql.
>
> If this is of interest to you please respond. He
> is trying to measure the level of interest.
>

I have an Informix-4GL application i was thinking in
migrate this to postgreSQL. Yea!! I really like an
Aubit4gl Postgresql native port!!

I read in one of the postings that actually i can use
postgresql with aubit encosing nonInformix sintaxis in
SQL - END SQL block. it that true? where can i foun
more info about this issue?

regards,
Jaime Casanova

_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com


From: Mike Aubury <mike(dot)aubury(at)aubit(dot)com>
To: Jaime Casanova <systemguards(at)yahoo(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Aubit 4GL for postgresql
Date: 2004-12-01 09:09:05
Message-ID: 200412010909.05976.mike.aubury@aubit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

Aubit4GL will already take an Informix4GL program, and run it on postgres
(mostly!). We have a translation module which takes care of a large portion
of the differences, and theres also an Informix compatibility patch for
postgres which takes care of some of the backend stuff too...

And yes - you can either PREPARE or SQL-END SQL around any non-informix SQL
statements..

HTH

On Tuesday 30 November 2004 20:59, Jaime Casanova wrote:
> I have an Informix-4GL application i was thinking in
> migrate this to postgreSQL. Yea!! I really like an
> Aubit4gl Postgresql native port!!
>
> I read in one of the postings that actually i can use
> postgresql with aubit encosing nonInformix sintaxis in
> SQL - END SQL block. it that true? where can i foun
> more info about this issue?
>
> regards,
> Jaime Casanova
>
> _________________________________________________________
> Do You Yahoo!?
> Información de Estados Unidos y América Latina, en Yahoo! Noticias.
> Visítanos en http://noticias.espanol.yahoo.com