sqlsmith icon indicating copy to clipboard operation
sqlsmith copied to clipboard

[QUESTION] How to log errors to postgres db

Open srajan3012 opened this issue 3 years ago • 1 comments

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

srajan3012 avatar Apr 29 '22 11:04 srajan3012

The schema is mentioned in the README - https://github.com/anse1/sqlsmith#large-scale-testing. The log.sql file will create what is necessary.

KyleLilly avatar May 05 '22 00:05 KyleLilly