About 23,600 results
Open links in new tab
  1. PostgreSQL: Documentation: 18: psql

    May 14, 2026 · Description psql is a terminal-based front-end to PostgreSQL. It enables you to type in queries interactively, issue them to PostgreSQL, and see the query results. Alternatively, input can …

  2. How to Install psql on Mac, Ubuntu, Debian, Windows

    Jan 9, 2025 · How to Install psql on Mac, Ubuntu, Debian, Windows # postgres # database # devops # tutorial psql is a terminal-based front-end to PostgreSQL. It provides an interactive command-line …

  3. psql command line tutorial and cheat sheet - postgres

    Using psql You’ll use psql (aka the PostgreSQL interactive terminal) most of all because it’s used to create databases and tables, show information about tables, and even to enter information (records) …

  4. PostgreSQL - Psql commands - GeeksforGeeks

    Jul 12, 2025 · PostgreSQL, or Postgres, is an object-relational database management system that utilizes the SQL language. PSQL is a powerful interactive terminal for working with the PostgreSQL …

  5. PostgreSQL - Get Started - W3Schools

    SQL Shell (psql) SQL Shell (psql) is a terminal based program where you can write and execute SQL syntax in the command-line terminal. Open SQL Shell (psql) You will find the SQL Shell (psql) tool in …

  6. PostgreSQL - Wikipedia

    PostgreSQL (/ ˈpoʊstɡrɛskjuˌɛl / ⓘ POHST-gres-kew-EL), [11][12] also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL …

  7. How to Use psql: A Comprehensive Guide to PostgreSQL’s Command …

    Jan 4, 2026 · psql is the official command-line interface (CLI) for interacting with PostgreSQL databases. It’s lightweight, powerful, and essential for database administrators, developers, and DevOps …

  8. How to Install psql on Mac, Ubuntu, Debian & Windows

    Aug 22, 2019 · Step-by-step guide to installing psql on macOS, Ubuntu, Debian, and Windows. Includes setup, connection testing, and common troubleshooting tips.

  9. Psql - Postgres Guide

    Psql is the interactive terminal for working with Postgres. Theres an abundance of flags available for use when working with psql, but lets focus on some of the most important ones, then how to connect: -h …

  10. Installing `psql` on Linux: A Comprehensive Guide - linuxvox.com

    Apr 20, 2026 · `psql` is a powerful interactive terminal for working with PostgreSQL, a popular open-source relational database management system. Installing `psql` on a Linux system allows users to …