Re: Pg_dump and bytaA

From: Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: Pg_dump and bytaA
Date: 2007-03-09 13:18:03
Message-ID: 200703091518.04492.achill@matrix.gatewaynet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-novice

Στις Παρασκευή 09 Μάρτιος 2007 15:05, ο/η Milen A. Radev έγραψε:
> Achilleas Mantzios wrote:
> > Στις Παρασκευή 09 Μάρτιος 2007 11:00, ο/η Lukas έγραψε:
> >> Hello,
> >>
> >> pg_dump can avoid bloob fields (it can dumb without blobs), but as I
> >> understand byteA is not bloob, so in this case what is blob? I did not
> >> found such type as blob..
> >
> > Take a look at
> > http://www.postgresql.org/docs/7.4/interactive/largeobjects.html
> >
> > You might also consider writing a program for transforming your db/app
> > from bytea based to large object based, and simply exclude blobs
> > from your pg_dump's.
>
> How to exclude them from a custom dump? (That's for version 8.1/8.2)

you just dont include them :)

--
Achilleas Mantzios

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Milen A. Radev 2007-03-09 14:02:49 Re: Pg_dump and bytaA
Previous Message Milen A. Radev 2007-03-09 13:05:20 Re: Pg_dump and bytaA

Browse pgsql-novice by date

  From Date Subject
Next Message Milen A. Radev 2007-03-09 14:02:49 Re: Pg_dump and bytaA
Previous Message Milen A. Radev 2007-03-09 13:05:20 Re: Pg_dump and bytaA