Re: How to Straming replication chatch up from archive

2023-12-13 Thread Filip Sedlák
tore_command = 'cp /mnt/nfs/archivedir/%f %p' assuming the server has a similar archive_command that stores WALs into that directory. -- Filip Sedlák

Re: Emitting JSON to file using COPY TO

2023-11-27 Thread Filip Sedlák
[{"id":1,"t_test":"here's a \"string\""}] Special-casing any encoding/escaping scheme leads to bugs and harder parsing. Just my 2c. -- Filip Sedlák