Re: Creating Database Querry in psql CLI - Mailing list pgsql-docs

From David G. Johnston
Subject Re: Creating Database Querry in psql CLI
Date
Msg-id CAKFQuwZ5CuFvwN4pT5jBkwvOOKzjCoetFT9bPunefXjzdY0OUA@mail.gmail.com
Whole thread Raw
In response to Creating Database Querry in psql CLI  (PG Doc comments form <noreply@postgresql.org>)
List pgsql-docs
On Tuesday, July 15, 2025, PG Doc comments form <noreply@postgresql.org> wrote:
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

As noted here that $ means you need to be at the OS shell to execute createdb.


David J.

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: Plus sign in column 'Access privileges' of command \dp
Next
From: Fujii Masao
Date:
Subject: Re: 2.4 Tutorial COPY weather.txt -- From where?