sqlsmith
sqlsmith copied to clipboard
[QUESTION] How to log errors to postgres db
From Readme: --log-to=connstr: postgres db for logging errors into (default: don’t log)
Do I need to create a table in DB or sqlsmith will create one for it?
What is the table schema if i need to create the table beforehand?
Thanks
The schema is mentioned in the README - https://github.com/anse1/sqlsmith#large-scale-testing. The log.sql file will create what is necessary.