1.3 Creating a database - windows 10x64

Started by PG Bug reporting formabout 3 years ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

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

I installed pgsql with binary for windows from official website.
Going through the tutorial I found that I have no createdb command and for
me to create database I need to use sql statement CREATE DATABASE <dbname>

#2Erik Wienhold
ewie@ewie.name
In reply to: PG Bug reporting form (#1)
Re: 1.3 Creating a database - windows 10x64

On 02/02/2023 01:52 CET PG Doc comments form <noreply@postgresql.org> wrote:

The following documentation comment has been logged on the website:

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

I installed pgsql with binary for windows from official website.
Going through the tutorial I found that I have no createdb command and for
me to create database I need to use sql statement CREATE DATABASE <dbname>

Installed via EnterpriseDB? The binaries are in C:/Program Files/PostgreSQL/15/bin/
which is not automatically added to environment variable %path%.

--
Erik