agora inbox for postgres@postgres.berkeley.edu  
help / color / mirror / Atom feed
SQL Interface
5+ messages / 5 participants
[nested] [flat]

* SQL Interface
@ 1995-04-26 18:18 Ajay V. Gupte <agupte@mart.saic.com>
  0 siblings, 0 replies; 5+ messages in thread

From: Ajay V. Gupte @ 1995-04-26 18:18 UTC (permalink / raw)
  To: ucb-postgres

Hi..

I am interested in a SQL interface to Postgres instead of the PostQuel 
included with the package.  Does anybody know of such a layer on the Net, 
which can be modified to fit Postgres. Thanks.

-Ajay V. Gupte
 agupte@mart.saic.com


==============================================================================
   To add/remove yourself to/from the POSTGRES mailing list: send mail with 
   the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU".
   If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
   a human will deal with it.  DO NOT post to the "postgres" mailing list.
==============================================================================
              URL: http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/



^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re:  SQL Interface
@ 1995-04-26 19:47 Andrew K. Yu <andrew@postgres.Berkeley.EDU>
  0 siblings, 0 replies; 5+ messages in thread

From: Andrew K. Yu @ 1995-04-26 19:47 UTC (permalink / raw)
  To: agupte@mart.saic.com; +Cc: andrew@postgres.Berkeley.EDU; ucb-postgres


> I am interested in a SQL interface to Postgres instead of the PostQuel 
> included with the package.  Does anybody know of such a layer on the Net, 
> which can be modified to fit Postgres. Thanks.

There is an SQL-version of Postgres called Postgres95. Postgres95 is
derived from the last official release (4.2) of POSTGRES. We replace
Postquel with SQL and also remove some features that do not work. The
code size has been reduced by 25% and it runs about 30-50% faster compared
with v4.2 (on the Wisconsin Benchmark).

Unfortunately, this is a pet project of mine and Jolly Chen and we don't have
a scheduled release date. However, if anyone is interested, we will be
happy to provide a you copy.

Postgres95 has been tested on Alpha (OSF 2.1, 3.0), DECStation (Ultrix 4.4),
SPARC (SunOS 4.1.3), SPARC (Solaris 2.4), HP 9000/700 (HPUX 9.0). An NT
port is in the works.

-andrew



==============================================================================
   To add/remove yourself to/from the POSTGRES mailing list: send mail with 
   the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU".
   If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
   a human will deal with it.  DO NOT post to the "postgres" mailing list.
==============================================================================
              URL: http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/



^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re:  SQL Interface
@ 1995-04-27 03:53 Robert J Carter <rjc@oghma.synapse.net>
  0 siblings, 0 replies; 5+ messages in thread

From: Robert J Carter @ 1995-04-27 03:53 UTC (permalink / raw)
  To: andrew@postgres.Berkeley.EDU; +Cc: andrew@postgres.Berkeley.EDU; ucb-postgres


>>There is an SQL-version of Postgres called Postgres95. Postgres95 is
>>derived from the last official release (4.2) of POSTGRES. We replace
>>Postquel with SQL and also remove some features that do not work. The
>>code size has been reduced by 25% and it runs about 30-50% faster compared
>>with v4.2 (on the Wisconsin Benchmark).
>>
>>Unfortunately, this is a pet project of mine and Jolly Chen and we don't have
>>a scheduled release date. However, if anyone is interested, we will be
>>happy to provide a you copy.

I would dearly love to get my hands on that one - I'm running Linux, and am
willing to do the port.

--
Robert J Carter                                         Oghma Systems
Ottawa, Ontario, Canada                          FAX: +1 613 231.4732
rjc@oghma.synapse.net                          rjc@oghma.ocunix.on.ca

==============================================================================
   To add/remove yourself to/from the POSTGRES mailing list: send mail with 
   the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU".
   If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
   a human will deal with it.  DO NOT post to the "postgres" mailing list.
==============================================================================
              URL: http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/



^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re:  SQL Interface
@ 1995-04-27 08:32 Richard Taylor <rjt@rivers.dra.hmg.gb>
  0 siblings, 0 replies; 5+ messages in thread

From: Richard Taylor @ 1995-04-27 08:32 UTC (permalink / raw)
  To: ucb-postgres


> 
> > I am interested in a SQL interface to Postgres instead of the PostQuel 
> > included with the package.  Does anybody know of such a layer on the Net, 
> > which can be modified to fit Postgres. Thanks.
> 
> There is an SQL-version of Postgres called Postgres95. Postgres95 is
> derived from the last official release (4.2) of POSTGRES. We replace
> Postquel with SQL and also remove some features that do not work. The
> code size has been reduced by 25% and it runs about 30-50% faster compared
> with v4.2 (on the Wisconsin Benchmark).
> 
> Unfortunately, this is a pet project of mine and Jolly Chen and we don't have
> a scheduled release date. However, if anyone is interested, we will be
> happy to provide a you copy.
> 
> Postgres95 has been tested on Alpha (OSF 2.1, 3.0), DECStation (Ultrix 4.4),
> SPARC (SunOS 4.1.3), SPARC (Solaris 2.4), HP 9000/700 (HPUX 9.0). An NT
> port is in the works.
> 
> -andrew
> 

I for one would be very interested in taking a look at this.

Richard



			------------------------------
Richard Taylor, N129, DRA Malvern, St Andrews Rd, Malvern, Worcs. WR14 3PS. UK.
   Tel: +44 1684 896028; Fax: +44 1684 894303; Email: rjt@rivers.dra.hmg.gb

==============================================================================
   To add/remove yourself to/from the POSTGRES mailing list: send mail with 
   the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU".
   If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
   a human will deal with it.  DO NOT post to the "postgres" mailing list.
==============================================================================
              URL: http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/



^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: SQL Interface
@ 1995-04-27 17:45 Daniel Graham <graham@balance.uoregon.edu>
  0 siblings, 0 replies; 5+ messages in thread

From: Daniel Graham @ 1995-04-27 17:45 UTC (permalink / raw)
  To: ucb-postgres

I would also like to take a look at the SQL version.
I'd be willing to work on a port to Linux.

Dan



==============================================================================
   To add/remove yourself to/from the POSTGRES mailing list: send mail with 
   the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU".
   If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
   a human will deal with it.  DO NOT post to the "postgres" mailing list.
==============================================================================
              URL: http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/



^ permalink  raw  reply  [nested|flat] 5+ messages in thread


end of thread, other threads:[~1995-04-27 17:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
1995-04-26 18:18 SQL Interface Ajay V. Gupte <agupte@mart.saic.com>
1995-04-26 19:47 Re:  SQL Interface Andrew K. Yu <andrew@postgres.Berkeley.EDU>
1995-04-27 03:53 Re:  SQL Interface Robert J Carter <rjc@oghma.synapse.net>
1995-04-27 08:32 Re:  SQL Interface Richard Taylor <rjt@rivers.dra.hmg.gb>
1995-04-27 17:45 Re: SQL Interface Daniel Graham <graham@balance.uoregon.edu>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox