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
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
.
--
P. J. "Josh" Rovero Sonalysts, Inc.
Email: [EMAIL PROTECTED]www.sonalysts.com215 Parkway North
Work: (860)326-3671 or 442-4355 Waterfor
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
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
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,
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