About 985,000 results
Open links in new tab
  1. Create Database in PostgreSQL using psql and pgAdmin

    Create Database using pgAdmin. We can also create a new database in PostgreSQL using GUI based tool pgAdmin. Open pgAdmin and right-click on the server name (here it is default …

  2. Creating new database with owner and password in PostgreSQL

    Nov 4, 2018 · I'm trying to set up a database in PostgreSQL (I'm using psql 10.5) typed in. but upon entering I got this error. LINE 1: CREATE DATABASE name OWNER teamname WITH …

  3. How to create a PostgreSQL database and users using psql and pgAdmin

    Jan 24, 2023 · Creating a database with pgAdmin. In the pgAdmin window select and log in to the server in which you want to create the database. Once you are in, select the server and right …

  4. Postgres Create Database {3 Different Methods} | phoenixNAP KB

    May 26, 2021 · To create a database using pgAdmin, follow these steps: Step 1: Open pgAdmin and enter your password to connect to the database server. Step 2: In the browser section, …

  5. Complete PostgreSQL Setup: Create Databases, Fix Errors

    Feb 23, 2025 · We will use pgAdmin, which comes bundled with PostgreSQL, to create the database and user. 1. Launch pgAdmin. Open pgAdmin and enter the master password when …

  6. How to Create a New Database in PostgreSQL - Devart Blog

    Sep 17, 2021 · In this article, we are going to describe different ways to create a PostgreSQL database from scratch. Here, you will find a tutorial for setting up a database using the …

  7. How to Create a Database in pgAdmin 4 - Tutorial Kart

    Right-click on the server and select the Connect option from the context menu. A dialog box may appear asking for the server password. Enter the password and click OK. Once connected, the …

  8. Creating a PostgreSQL Database: pgAdmin and psql Methods

    Learn how to create a new database in PostgreSQL using both pgAdmin (graphical interface) and psql (command-line). Step-by-step instructions included. This guide explains how to create a …

  9. How to set up PostgreSQL and pgAdmin on Windows

    Jan 4, 2024 · Setting up PostgreSQL along with pgAdmin on Windows can significantly streamline database management tasks. This guide will lead you through the steps for a smooth …

  10. Create a Database in PostgreSQL (Step-By-Step Guide)

    Jan 7, 2025 · On the pgAdmin dashboard, right-click the server name and select “Connect.” If you don’t have a server, you can create one by selecting “Create” and then “Server.” Provide a …

Refresh