Re: [HACKERS] Problems building 8.2beta1 on macos G5 xserve

2006-10-16 Thread Sean Davis
On Saturday 14 October 2006 19:48, Tom Lane wrote: > Sean Davis <[EMAIL PROTECTED]> writes: > > Trying to build 8.2beta1 on MacOS G5 Xserver, OS version 10.4.7. I got > > this: > > /usr/bin/libtool: for architecture: cputype (16777234) cpusubtype (0) > > file: -l

Re: [HACKERS] Problems building 8.2beta1 on macos G5 xserve

2006-10-14 Thread Sean Davis
Tom Lane wrote: Sean Davis <[EMAIL PROTECTED]> writes: Trying to build 8.2beta1 on MacOS G5 Xserver, OS version 10.4.7. I got this: /usr/bin/libtool: for architecture: cputype (16777234) cpusubtype (0) file: -lSystem is not an object file (not allowed in a library) What

[HACKERS] Problems building 8.2beta1 on macos G5 xserve

2006-10-14 Thread Sean Davis
Trying to build 8.2beta1 on MacOS G5 Xserver, OS version 10.4.7. I got this: gcc -no-cpp-precomp -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wendif-labels -fno-strict-aliasing -dynamiclib -install_name /usr/local/pgsql/lib/libpq.5.dylib -compatibility_version 5 -current_

Re: [GENERAL] [HACKERS] mirroring oracle database in pgsql

2005-06-13 Thread Sean Davis
leveraged. Sean Sean Davis wrote: There is DBI-link, but this probably isn't an "enterprise" solution http://www.pervasive-postgres.com/postgresql/tidbits.asp Sean ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Re: [GENERAL] [HACKERS] mirroring oracle database in pgsql

2005-06-13 Thread Sean Davis
There is DBI-link, but this probably isn't an "enterprise" solution http://www.pervasive-postgres.com/postgresql/tidbits.asp Sean On Jun 13, 2005, at 2:31 PM, Jonah H. Harris wrote: The contrib/dblink module only works for creating a database link to another PostgreSQL database. I'm work