You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to #114 it would be fine to have parameters responsible for Large Object dumping
*--no-large-objects - do not dump large objects at all. But if you have references in tables on those objects you will receive the error during restoration. You will be forced to create empty large objects or set NULL values on references
*--include-large-object - inclusive list of large objects we want to dump. Other large objects will be skipped
*--exclude-large-object - exclusive list of large objects we want to exclude from dump. Other large objects will be dumped
The text was updated successfully, but these errors were encountered:
According to #114 it would be fine to have parameters responsible for Large Object dumping
*
--no-large-objects
- do not dump large objects at all. But if you have references in tables on those objects you will receive the error during restoration. You will be forced to create empty large objects or set NULL values on references*
--include-large-object
- inclusive list of large objects we want to dump. Other large objects will be skipped*
--exclude-large-object
- exclusive list of large objects we want to exclude from dump. Other large objects will be dumpedThe text was updated successfully, but these errors were encountered: