MannemSolutions / PgQuartz

Cluster aware scheduler for PostgreSQL
GNU General Public License v3.0
3 stars 1 forks source link

Option to dump query to file #39

Open sebasmannem opened 2 years ago

sebasmannem commented 2 years ago

We currently implemented it with the COPY command, but it is terse and furthermore it dumps the entire table. It might be better if we could have an option to only dump the latest rows. A python implementation was created, but it is not very reusable.

Lt's make dumping log tables to log files easy...