ok, It's more difficult to fix the existing version. I don't want to do
a new library. I just use the perl module DBD-XBase rather than rewrite
a library (contrib/dbase/dbf.c). Also, dbf2sql is a perl program... you
can to adapt it to your needs easily.
El mié, 23-03-2005 a las 10:40 -0500, Bruce
El mié, 23-03-2005 a las 17:07 -0500, Bruce Momjian escribió:
> Are you saying your script has all the functionality of dbf2pg.c? It
> doesn't seem possible.
No, I'm not saying it. By example, my script doesn't connect to a pg db,
I prefer to use a pipe. My script has the same objective by a diff
- It solve problems with numeric columns.
http://archives.postgresql.org/pgsql-novice/2005-01/msg00246.php
http://archives.postgresql.org/pgsql-general/2005-01/msg01382.php
- The output is in SQL.
El mié, 23-03-2005 a las 00:53 -0500, Bruce Momjian escribió:
> How is this better than /contrib/dba
Manuel Baena García wrote:
> El mi?, 23-03-2005 a las 17:07 -0500, Bruce Momjian escribi?:
> > Are you saying your script has all the functionality of dbf2pg.c? It
> > doesn't seem possible.
>
> No, I'm not saying it. By example, my script doesn't connect to a pg db,
> I prefer to use a pipe. My