$ 0 0 ON COMMIT DELETE ROWS is the default option set with volatile table syntax. You can mention that explicitly as well, but if you specify this option then you will loose the data as soon as the transaction is completed.
ON COMMIT DELETE ROWS is the default option set with volatile table syntax. You can mention that explicitly as well, but if you specify this option then you will loose the data as soon as the transaction is completed.