PostgreSQL table data structure generator... - Mailing list pgsql-general

From Marzullo Laurent
Subject PostgreSQL table data structure generator...
Date
Msg-id 37CBDEA7.14902FBC@sema.be
Whole thread Raw
Responses Re: [GENERAL] PostgreSQL table data structure generator...  (Howie <caffeine@toodarkpark.org>)
List 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.Marzullo@sema.be |
+----------------------------------+

pgsql-general by date:

Previous
From: José Soares
Date:
Subject: Re: [GENERAL] Referential integrity
Next
From: "amy cheng"
Date:
Subject: do delete/insert instead of update if name changes