Re: [ADMIN] Installation problem

2000-07-31 Thread ryan
I did have PG 6.5.3 I think. I moved it out of the directory it was in and put it in a pgsql_old directory. Is there something else I need to do to get rid of it? At this point what should I do to get rid of all of them? Thanks for the help. -ryan - Original Message - From: "Stephan

Re: [ADMIN] How do I port data into Postgres from other RDBMSs

2000-07-31 Thread Ken Kinder
Ah yes = the age old question... You can either write small scripts (I like Python) that connect to both and do manual SQL, try to do a dump from Oracle (I think TOAD does a nice one) and load it in a text editor to clean it up for Postgres, or get a third party tool. I hear good things about Da

[ADMIN] php/postgres persistent connections fail

2000-07-31 Thread Palle Girgensohn
Hi! I am experiencing a very strange error usign this combination: FreeBSD 4.0-STABLE postgres 7.0.2 apache 1.3.12 php 4.0.1p2 Here's the problem: PHP's pg_pconnect (persistent connect) will not keep the connection open. What happens is, that after executing the page just fine, upon pg_close (