postgres_dba icon indicating copy to clipboard operation
postgres_dba copied to clipboard

Polish codebase and fix issues

Open NikolayS opened this issue 4 months ago • 0 comments

  • 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

NikolayS avatar Nov 05 '25 23:11 NikolayS