[ADMIN] cannot pg_dump

1999-11-30 Thread Darren Chan
Hello, I recently tried to backup my database(voddb) using the command : pg_dump voddb > voddb.pgdump This works all the time previously, but just now, the voddb.pgdump file created is 0 bytes and cannot be restored. Anyone knows what could be the problem? Thanks!

Re: [ADMIN] When postgres will be faster?

1999-11-30 Thread sk . list
Hi! On 29-Nov-99 The Hermit Hacker wrote: >> Yes! But I recommend backend pool too. What is it? The postmaster task >> runs now backend for each query. Good. But After query backend >> finished. I recommend to stay backend running within a some timeout. >> If the next query occured the postmaster

Re: [ADMIN] When postgres will be faster?

1999-11-30 Thread sk . list
Hi! On 29-Nov-99 Bruce Momjian wrote: >> On Mon, 29 Nov 1999 [EMAIL PROTECTED] wrote: >> >> > Yes! But I recommend backend pool too. What is it? The postmaster task >> > runs now backend for each query. Good. But After query backend >> > finished. I recommend to stay backend running within a som

Re: [ADMIN] replication

1999-11-30 Thread The Hermit Hacker
On Tue, 30 Nov 1999, F. Roettger wrote: > dear developers, > > I've seen the replication skill on the todo-list. when will this be > released? when someone decides to take it on as a project :) Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator

[ADMIN] Big big bug ...

1999-11-30 Thread Mario Simeone
Hi everyone. There is a big security hole in postgres... To discover the problem follow these steps   1. Be sure to have two pc connected by network card 2. One is windows the other is Linux 3. PostgreSQL is installed on Linux (I use version 6.4.2) 4. Create a pwdfile using pg_passwd 5. Modi

Re: [ADMIN] When postgres will be faster?

1999-11-30 Thread sk . list
Hi! On 29-Nov-99 Marcin Mazurek - Multinet SA - Poznan wrote: > Somebody advised me to do such thing with servlets, holding pool of > connections in one srvlet and give them as they are needed, but frankly > speaking i have no idea how to do it. Does anybodyhas such examples with > Connection poo

Re: [ADMIN] When postgres will be faster?

1999-11-30 Thread sk . list
Hi! On 29-Nov-99 Oleg Bartunov wrote: > I'm not concern very much about speed of Postgres but mostly > about its connection schema. Every new connect to database postgres > forks another children. It's impossible to work with different fork and fork/exec are some different. postmaster forks and

Re: [ADMIN] When postgres will be faster?

1999-11-30 Thread Oleg Bartunov
On Tue, 30 Nov 1999 [EMAIL PROTECTED] wrote: > Date: Tue, 30 Nov 1999 18:11:36 +0300 (MSK) > From: [EMAIL PROTECTED] > To: Oleg Bartunov <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], > Marcin Mazurek - Multinet SA - Poznan <[EMAIL PROTECTED]> > Subject: Re: [ADMIN] When post

Re: [HACKERS] Re: [ADMIN] When postgres will be faster?

1999-11-30 Thread Lamar Owen
Oleg Bartunov wrote: > I suggest postgres experts comment this topic. We really need to work > with different databases using one connection. Postgres is rather good > scalable DB engine and IMO it's worth to have such feature like > DB pooling. Once postgres support db pooling it would be possib

Re: [ADMIN] When postgres will be faster?

1999-11-30 Thread Bruce Momjian
[Charset KOI8-R unsupported, filtering to ASCII...] > Hi! > > On 29-Nov-99 Oleg Bartunov wrote: > > I'm not concern very much about speed of Postgres but mostly > > about its connection schema. Every new connect to database postgres > > forks another children. It's impossible to work with differe

[ADMIN] pgdump and large objects

1999-11-30 Thread Alf Lewerken
Hi! How can I backup large objects of my database. I use pg_dump This dumps the databasetables and indices properly but how do I dump large objects? Because I use the oid´s of the large objects as a reference in the tuples in some tables, the oid´s of the large object is important when dumpin