Re: [ADMIN] Export/Import

2004-12-01 Thread Olivier Hubaut
On Wed, 1 Dec 2004 04:36:44 -0800 (PST), Sudhakar Kurumella <[EMAIL PROTECTED]> wrote: Hello Everyone, I am new to PostgreSQL, i have a question, i'll appreciate if anybody helps me. How can i export/import a complete database running on one machine to another machine. I have gone through th

[ADMIN] Data directory transfert fails between PPC and x86

2004-09-21 Thread Olivier Hubaut
Hi, I used to make synchrnoistation between data directories with Rsync cause it's faster when synchronizing offline database than making a dump. It works really nice between all the PowerPC we used, but it doesn't work on x86 server (the postmaster refuses to start because the PG_CONTROL_VE

Re: [ADMIN] How to disconnect client from Server forcefully

2004-08-20 Thread Olivier Hubaut
On 20 Aug 2004 12:05:47 -, bala srini <[EMAIL PROTECTED]> wrote: Hi  I want to disconnect all already established REMOTE DB connections from the server without restarting the Postmaster daemon. Requirement is that diconnect should be done from the server side. Actually I tried to kill

Re: [ADMIN] VARCHAR -vs- CHAR: huge performance difference?

2004-06-17 Thread Olivier Hubaut
On Wed, 16 Jun 2004 09:37:58 -0500 (CDT), C. Bensend <[EMAIL PROTECTED]> wrote: You might want to look into the autovacuum daemon, and / or increasing fsm settings to be large enough to hold all the spare tuples released by vacuuming. IIRC, the autovacuum stuff was added in 7.4, which I'm not r

[ADMIN] Problem accessing a postgreSQL trough VPN

2004-05-20 Thread Olivier Hubaut
Hi, I've a "little" problem while trying to access any pg database trough our VPN. It simply refuse the connection. Otherwise, The connection works fine on our server put in the DMZ with a classical connection. Our setup is: client: Eclipse with a JDBC driver trough VPN server: Pg SQL 7.4.2 wi

Re: [ADMIN] Problems accessing PgSQL trough a VPN

2004-05-19 Thread Olivier Hubaut
On Wed, 19 May 2004 11:03:11 +0300, Olivier Hubaut <[EMAIL PROTECTED]> wrote: Hi, I've a "little" problem while trying to access any pg database trough our VPN. It simply refuse the connection. Otherwise, The connection works fine on our server put in the DMZ with a class

[ADMIN] Problems accessing PgSQL trough a VPN

2004-05-19 Thread Olivier Hubaut
Hi, I've a "little" problem while trying to access any pg database trough our VPN. It simply refuse the connection. Otherwise, The connection works fine on our server put in the DMZ with a classical connection. Our setup is: client: Eclipse with a JDBC driver trough VPN server: Pg SQL 7.4.2 with a

Re: [ADMIN] ANALYZE crashes randomly

2004-02-20 Thread Olivier Hubaut
Tom Lane wrote: Olivier Hubaut <[EMAIL PROTECTED]> writes: PANIC: could not open transaction-commit log directory (/usr/local/pgsql/annot/pg_clog): Too many open files But it's amazing to me that i had to reduce it so much as the postmaster is almost the only application runn

Re: [ADMIN] ANALYZE crashes randomly

2004-02-20 Thread Olivier Hubaut
Tom Lane wrote: Olivier Hubaut <[EMAIL PROTECTED]> writes: PANIC: could not open transaction-commit log directory (/usr/local/pgsql/annot/pg_clog): Too many open files Try reducing max_files_per_process (in postgresql.conf) and/or increasing the kernel's limit on number of op

[ADMIN] ANALYZE crashes randomly

2004-02-19 Thread Olivier Hubaut
Hi, On PostgreSQL 7.3.3 on MacOS X 10.2, the ANALYZE command sometimes crash and I don't know why! I've tried it some binaries copies of the DB, it's a totally random behaviour. When it crahes, I get this message: PANIC: could not open transaction-commit log directory (/usr/local/pgsql/annot

Re: [ADMIN] postgres Rules

2003-12-16 Thread Olivier Hubaut
Arun Gananathan wrote: Could any one let me know is there a way to findout the rules previously created in the database . thanks ganesh http://www.postgresql.org/docs/7.4/static/view-pg-rules.html#AEN51975 -- Ci-git une signature avortee. ** RIP ** ---(end of broadcast)-

[ADMIN] How to disconnect a user?

2003-12-12 Thread Olivier Hubaut
I'm wondering how to cleanly disconnect a user from the DB. For the moment, the only way I found is to kill the pid of the user but I found it quite ugly. -- Ci-git une signature avortee. ** RIP ** ---(end of broadcast)--- TIP 9: the planner will i

[ADMIN] How can I set the cross database reference?

2003-12-08 Thread Olivier Hubaut
Hi, I need to use the cross database reference form some select closes. I've install PG 7.3.4 using the 'make all' option, but it seems that the functionnality isn't set anyway. Is there another package I need to install or some commands I need to do? Thanks, -- Ci-git une signature avortee.

[ADMIN] Is it possible to install PgSQL 7.4 on MacOS X 10.2.8?

2003-11-28 Thread Olivier Hubaut
Hi everyboy, my first post. I currently have PgSQL 7.3.4 install on a OS X 10.2.8 and it works fine. I've tried to install the new version (7.4) but each time I try to compile it, it make me a error. I've tu upgrade th Bison parser, as says in the warning message, but it does nothing. I'searc