Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Pg_dump and bytaA



Στις Παρασκευή 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


Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group