viggy28
viggy28
Hi, One of the test case for Luhn exercise is ` { "a valid Canadian SIN", "055 444 285", true, }` The sum is 35 which is not evenly divisible...
Hi, During the backup noticed, something like **Backing up Document '/users/7Loope6Pz9YiBEfs3LjFPVnafqv1' with type information Restoring to collection /users document 7Loope6Pz9YiBEfs3LjFPVnafqv1...** After seeing the phrase _Restoring to collection /users_, i was...
I cannot get the demo running with `wal2json` as the output plugin. The message format looks completely different between `wal2json` and `pgoutput`. FWIW, I tried with both the format versions...
I see a lot of metrics, but is there any metric which helps to find whether the db is down or not? Uptime doesn't do the job. (or am i...
Create index https://www.postgresql.org/docs/current/sql-createindex.html by default blocks the access to the table. Adding the keyword "concurrently", it does avoid the issue.