| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | "G(dot) Anthony Reina" <reina(at)nsi(dot)edu> |
| Cc: | "pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: [HACKERS] MATLAB PostgreSQL interface |
| Date: | 1999-10-29 22:18:43 |
| Message-ID: | 199910292218.SAA17988@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> It looks like we're going to give a go at a native interface between
> MATLAB and PostgreSQL. I think if we can just define the enumerated
> types for PGresult and PGconnect plus some of the enumerated constants
> (PGRES_TUPLES_OK, PGRES_COMMAND_OK), then we can just write cmex wrapper
> functions from the existing C function library of PostgreSQL.
Grab them from the source or include file.
--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 1999-10-29 23:44:44 | Re: [HACKERS] Serial and NULL values |
| Previous Message | G. Anthony Reina | 1999-10-29 22:10:44 | MATLAB PostgreSQL interface |