Creating Database Querry in psql CLI

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: msd(dot)sheraz046(at)gmail(dot)com
Subject: Creating Database Querry in psql CLI
Date: 2025-07-16 03:57:59
Message-ID: 175263827957.858621.656351321405492725@wrigleys.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/17/tutorial-createdb.html
Description:

The querry to create database you mentioned in this document (createdb
db_name) is not working in my Debian OS , rather create database db_name;
is working

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Laurenz Albe 2025-07-17 12:25:58 Re: Creating Database Querry in psql CLI
Previous Message Fujii Masao 2025-07-15 23:12:22 Re: Clarify VACUUM FULL exclusion in total_vacuum_time docs