Re: [PATCHES] contrib dbf2sql.pl

2005-03-27 Thread Manuel Baena García
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

Re: [PATCHES] contrib dbf2sql.pl

2005-03-27 Thread Manuel Baena García
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

Re: [PATCHES] contrib dbf2sql.pl

2005-03-27 Thread Manuel Baena García
- 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

Re: [PATCHES] contrib dbf2sql.pl

2005-03-27 Thread Bruce Momjian
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