What problem does it solve?
This Skill provides a comprehensive reference for PostgreSQL's psql command-line client, eliminating the need to sift through extensive documentation. It streamlines database administration, development, and troubleshooting by offering instant access to commands, best practices, and real-world examples.
Core Features & Use Cases
- Comprehensive
psql Reference: Access 70+ meta-commands, 25+ command-line options, and advanced SQL features.
- Automated Database Tasks: Leverage scripting examples for health checks, maintenance, and data import/export.
- Performance & Security: Get guidance on query analysis, optimization, user management, and SSL/TLS connections.
- Use Case: Quickly find the command to export a table to CSV, troubleshoot a slow query, or set up a secure database connection without leaving your terminal.
Quick Start
Using the postgresql-psql skill, show me how to connect to a PostgreSQL database named 'production_db' as user 'admin' with a password prompt.