hi,
i want to take backup of database(which include large object) created in postgres8.4 and restore it
i m using backup and restore method of pgsqldumb class
but to restore large file (some what 46 mb) i got error
"Exception of type 'System.OutOfMemoryException' was thrown."
how do i restore large object stored in my database
please help
