PostgreSQL table data structure generator...

From: Marzullo Laurent <Laurent(dot)Marzullo(at)sema(dot)be>
To: PGSQL General list <pgsql-general(at)postgreSQL(dot)org>
Subject: PostgreSQL table data structure generator...
Date: 1999-08-31 13:54:47
Message-ID: 37CBDEA7.14902FBC@sema.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello again,

I propose myself for developping a prog to generate C Source
code for table structure for a Postgres Table.

If someone have something to say about it (features wanted, new
langage, etc) (s)he's welcome. And if someone have already done
it, please stop me now.

Aim of the project:

Generate C/C++ Data structure for a set of table from a PostgreSQL dB.
The C data structure will be :
Struct or Class containing all the column of the table.

--
+----------------------------------+
| Marzullo Laurent |
| Analyste-programmeur |
| SEMA-GROUP Belgium S.A. |
| Tél: (32) 2 333 52 43 |
| e-mail: Laurent(dot)Marzullo(at)sema(dot)be |
+----------------------------------+

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mark Dalphin 1999-08-31 16:41:51 How to display user-defined functions?
Previous Message José Soares 1999-08-31 12:10:42 Re: [GENERAL] Referential integrity