Re: [ADMIN] Backup of db with large objects.

2000-02-22 Thread John Reynolds
Jeroen Elassaiss-Schaap wrote: > > > > Date: Mon, 21 Feb 2000 11:10:44 + (GMT) > > From: [EMAIL PROTECTED] > > Subject: Re: [ADMIN] Backup of db with large objects. > > > > On Mon, 21 Feb 2000, Karel Zak - Zakkr wrote: > > > > > pg_dump doesn&

Re: [ADMIN] Backup of db with large objects.

2000-02-22 Thread Jeroen Elassaiss-Schaap
> > Date: Mon, 21 Feb 2000 11:10:44 + (GMT) > From: [EMAIL PROTECTED] > Subject: Re: [ADMIN] Backup of db with large objects. > > On Mon, 21 Feb 2000, Karel Zak - Zakkr wrote: > > > > pg_dump doesn't support large objects, I haven't found any advis

Re: [ADMIN] Backup of db with large objects.

2000-02-21 Thread M . Mazurek
On Mon, 21 Feb 2000, Karel Zak - Zakkr wrote: > > > pg_dump doesn't support large objects, I haven't found any advise how > > > to do it in doc neither in FAQ. How an I to backup a db with large > > > objects without losing my data? > > You need to write a C program using libpq's lo_import and lo_

Re: [ADMIN] Backup of db with large objects.

2000-02-21 Thread Karel Zak - Zakkr
On Sat, 19 Feb 2000, Peter Eisentraut wrote: > On 2000-02-18, [EMAIL PROTECTED] mentioned: > > > pg_dump doesn't support large objects, I haven't found any advise how > > to do it in doc neither in FAQ. How an I to backup a db with large > > objects without losing my data? > > You need to writ

Re: [ADMIN] Backup of db with large objects.

2000-02-19 Thread Peter Eisentraut
On 2000-02-18, [EMAIL PROTECTED] mentioned: > pg_dump doesn't support large objects, I haven't found any advise how > to do it in doc neither in FAQ. How an I to backup a db with large > objects without losing my data? You need to write a C program using libpq's lo_import and lo_export functions