Re: [HACKERS] Port for Microsoft Services for Unix (SFU) or SUA

2009-12-29 Thread Josh Rovero
On Tue, 2009-12-29 at 12:42 +0100, Magnus Hagander wrote: > 2009/12/28 Josh Rovero : > > Has anyone built postgresql (or just libpq.a) on Windows SFU/SUA? > > Would prefer to not reinvent any wheels > > Not that I know of. > > Can't you use the native win32

[HACKERS] Port for Microsoft Services for Unix (SFU) or SUA

2009-12-28 Thread Josh Rovero
r/interix.[c|h], etc, ./configure runs, and gcc compiles things fine up until the first "ar", where I see "ar: illegal option -- g". Thanks in advance, -- P.J. "Josh" RoveroVice President Sonalysts, Inc. Email: rov...@sonalysts.com www.sona

Re: [HACKERS] 7.4RC2 regression failur and not running stats collector

2003-11-14 Thread P.J. \"Josh\" Rovero
. -- P. J. "Josh" Rovero Sonalysts, Inc. Email: [EMAIL PROTECTED]www.sonalysts.com215 Parkway North Work: (860)326-3671 or 442-4355 Waterfor

Re: [HACKERS] When did we get to be so fast?

2003-08-07 Thread P.J. \"Josh\" Rovero
different client/transaction count combinations) 5 times to compare 7.3.4 and 7.4b1. 7.4b1 was (on average) 31% faster than 7.3.4. -- P. J. "Josh" Rovero Sonalysts, Inc. Email: [EMAIL PROTECTED]www.sonalysts.com215 Parkway North Work: (860)326-3671 o

[HACKERS] 7.3b3 build --with-perl fails on RH 8.0

2002-10-28 Thread P.J. \"Josh\" Rovero
ke[3]: *** [plperl.o] Error 1 gmake[3]: Leaving directory `/localhome/rovero/postgresql-7.3b3/src/pl/plperl' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/localhome/rovero/postgresql-7.3b3/src/pl' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/localhom

Re: [HACKERS] Sample databases?

2000-12-20 Thread Josh Rovero
The NIMA web site has tab-delimited version of the Airfield Information database files. Lots of data, many tables to relate. Some elements are geographic, others are text and numeric feature attributes. mlw wrote: > I am doing some testing and development on Postgres. > > Is there, by chance,

[HACKERS] Re: How to import/export data from/to an ASCII file?

2000-12-14 Thread Josh Rovero
Try \copy or copy commands in psql: I normally use \copy for tab-delimited files. But copy also works and has help \h copy Command: COPY Description: Copies data between files and tables Syntax: COPY [ BINARY ] table [ WITH OIDS ] FROM { 'filename' | stdin } [ [USING] DELIMITER