Is psql's scripting language Turing complete? Or: fibonacci in psql
A fun exploration of psql's scripting capabilities, testing if it's Turing complete by implementing a Fibonacci sequence calculator.
A fun exploration of psql's scripting capabilities, testing if it's Turing complete by implementing a Fibonacci sequence calculator.
PostgreSQL 19 adds a new %S prompt variable to psql to display the current search_path, aiding users who frequently work with multiple schemas.
A guide to getting started with the psql command-line interface for PostgreSQL, covering essential utility commands and configuration tips.
A guide to installing and configuring PostgreSQL on Linux, covering user setup, database creation, and common connection issues.
A guide to quickly exploring and understanding a new PostgreSQL database using psql, covering initial setup and table inspection.
A guide to lesser-known but useful PostgreSQL features, including psql tips, query watching, and JSONB formatting.
A guide to customizing and enhancing the PostgreSQL command-line interface (psql) for improved productivity and workflow.
A developer shares his preferred method for working with PostgreSQL, advocating for the psql command-line tool and sharing key tips and configurations.