I can't understand how to delete files in pg_wal (PostgreSQL)
Recently I started learning PostgreSQL. I've created an empty database, "mydb". At this point I have 4 databases - 3 default ones (template0, template1, postgres) and my database "mydb". The size of the folder pgdata is about 60 MB. After…