postgres_dba
postgres_dba copied to clipboard
Polish codebase and fix issues
- Fix grammar in README.md: "incomplete list" → "an incomplete list"
- Improve README.md formatting for better readability
- Fix shell script formatting in generate.sh (add missing space)
- Update PostgreSQL terminology: "master" → "primary" in all SQL files
- Fix typos in SQL comments: "inspect" → "inspects", "Vaccuum" → "Vacuum"
- Remove duplicate random_page_cost entry in t1_tuning.sql
- Remove redundant CTE in i2_redundant_indexes.sql
- Regenerate start.psql file with updated changes