When changing glibc versions, it's possible to end up with corrupt indexes in PostgreSQL. Are My Indexes Affected?
If you have a PostgreSQL dump in the custom format you can can view the text format dump (plain SQL...
This card is just about creating simple PostgreSQL dumps. This is no instruction for a backup strategy nor a guide...
Best results in other decks
When you want to filter records in a model where a string column roughly matches a given term, you can...
Why Rails has multiple schema formats When you run migrations, Rails will write your current database schema into db/schema.rb. This...