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!
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
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
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
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
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
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
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
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
[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
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
11 matches
Mail list logo