From: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
---|---|
To: | "msd(dot)sheraz046(at)gmail(dot)com" <msd(dot)sheraz046(at)gmail(dot)com>, "pgsql-docs(at)lists(dot)postgresql(dot)org" <pgsql-docs(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Creating Database Querry in psql CLI |
Date: | 2025-07-17 13:14:15 |
Message-ID: | CAKFQuwZ5CuFvwN4pT5jBkwvOOKzjCoetFT9bPunefXjzdY0OUA@mail.gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
On Tuesday, July 15, 2025, PG Doc comments form <noreply(at)postgresql(dot)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.
https://www.postgresql.org/docs/17/notation.html
David J.
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2025-07-17 23:30:31 | Re: 2.4 Tutorial COPY weather.txt -- From where? |
Previous Message | PG Doc comments form | 2025-07-17 12:59:29 | Plus sign in column 'Access privileges' of command \dp |