EXPORT OPEN SNAPSHOTS
The EXPORT_OPEN_SNAPSHOTS
utility function lists and saves information about all currently open snapshots to a specified file.
Syntax
SELECT EXPORT_OPEN_SNAPSHOTS('<file_path.txt>')
Parameter
Parameter |
Description |
---|---|
|
The path to where you wish to export information about currently open snapshots |
Example
SELECT EXPORT_OPEN_SNAPSHOTS('./a.txt');
Permissions
This utility function requires a SUPERUSER
permission.