Re: [GENERAL] powered by postgresql

1999-06-02 Thread Nikolay Mijaylov
http://sims.skillbrokers.bg - very complex & large database for recruiting ppl (job search) linux/postgres/cgi_core (this last can be seen at: http://nmmm.hypermart.net/ ) greetings niki - Original Message - From: Tim Joyce <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Rachel Greenham

[GENERAL] IRIX 6.2: problems installation gcc and PostgreSQL with c/g++

1999-06-02 Thread Jelle Ruttenberg
Hi all, my question: - does anybody know what is needed for the installation of gcc and PostgreSQL with g/c++ on an IRIX 6.2 including the stuff for IRIX 6.2 itself and how to do it. and - if you have the binaries, please answer too. description of the situation: --

[GENERAL] Parallelizing PostgreSQL for Cluster

1999-06-02 Thread Laurence Liew
Hi! Is anyone looking at making postgreSQL scalable across a cluster of PCs? That is, we have postgreSQL exuting queries which can be parallelised across a cluster, either something along Informix's method of fragmenting the tables across multiple disks, or Oracle's method of using a shared disk

Re: [GENERAL] create table bug: the "no" string can't be a column

1999-06-02 Thread The Hermit Hacker
On Wed, 2 Jun 1999, Marc Andre Paquin wrote: > Hello, > > I am transfering data from a database Postgres 6.0 to a 6.4 version. > > The pg_dump wont do the trick... > > I had to create the database manually on 6.4. So I must replacate the exact > structure of the old database. But I can't! One

[GENERAL] Error when creating tables

1999-06-02 Thread Kevin Heflin
I read some posts regarding this error on some of the mailing lists archives, but couldn't find an explanation. After creating a table, I get the following error: NOTICE: _outNode: don't know how to print type 715 psql shows the table having been created however. Anything to be concerned ab