Re: Trouble setting up Streaming Replication with Barman
Jakub Olczyk <[email protected]> Mon, 25 Nov 2019 09:09:21 +0100
| Newsgroups | gmane.comp.db.postgresql.admin |
|---|---|
| Message-ID | <20191125090921.4efc1d7f@el-t490> |
Hi Swadesh, > Any idea how to prepare a script to populate multiple tables with > random data ? I recommend using Datafiller[1] for that. You just need to have the DDL of the tables. Based on that the program will create a script that inserts randomly generated data. [1] - https://www.cri.ensmp.fr/people/coelho/datafiller.html Cheers, jwo