I use graphics in the application I am writing with PostgreSQL as the
database.
I am storing the graphics in a file separate from Postgres and accessing
them using lo_import.
Is there any method of incorporating the graphics into PostgreSQL so that
they become part of the database on pg_dump????
Bob