greenmask icon indicating copy to clipboard operation
greenmask copied to clipboard

feat: Implement LargeObjects inclusive and exclusive list

Open wwoytenko opened this issue 1 year ago • 0 comments

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

wwoytenko avatar May 14 '24 15:05 wwoytenko