There was an error while loading. Please reload this page.
c4126ca
Don't escape special CURRENT_TIMESTAMP construct.
CURRENT_TIMESTAMP
Otherwise this would turn 'CURRENT_TIMESTAMP' into E'CURRENT_TIMESTAMP' which isn't valid PostgresSQL syntax.
'CURRENT_TIMESTAMP'
E'CURRENT_TIMESTAMP'