PostgreSQL 15 Zip installation on Windows 11 | createdb, dropdb, createuser, dropuser, pg_dump, psql

preview_player
Показать описание
In this video we are going to see how to install PostgreSQL 15 on Windows 11 from zip archive file. Following topics are covered.

1. initialize database using initdb
2. start the db and connect with pgAdmin 4.
3. create database with createdb command.
3. connect with psql and psql commands.
5. drop database with dropdb command.
6. create database user using createuser command.
7. drop database user using dropuser command.
8. vacuumdb command.
9. take database backup using pg_dump command.
10. pg_config command.
11. pg_controldata command.
12. pg_isready command to check postgresql connectivity.
13. stop and start the db.
14. about log file.

PostgreSQL 15 contains many new features and enhancements, including:

Support for the SQL MERGE command.
Selective publication of tables' contents within logical replication publications, through the ability to specify column lists and row filter conditions.
More options for compression, including support for Zstandard (zstd) compression. This includes support for performing compression on the server side during pg_basebackup.
Support for structured server log output using the JSON format.
Performance improvements, particularly for in-memory and on-disk sorting.

#postgresql15 #postgresql #postgresdatabase #postgresdb #postgres #pgsql #database #windows11
Рекомендации по теме