PostgreSQL 16 Zip installation on Windows 11 | create, dropdb, create, drop user, oid2name, psql
In this video we are going to see how to install PostgreSQL 16 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. pg_config command.
10. pg_controldata command.
11. oid2name command
12. pg_isready command to check postgresql connectivity.
13. stop and start the db.
14. about log file.
PostgreSQL 16 contains many new features and enhancements, including:
Allow parallelization of FULL and internal right OUTER hash joins
Allow logical replication from standby servers
Allow logical replication subscribers to apply large transactions in parallel
Allow monitoring of I/O statistics using the new pg_stat_io view
Add SQL/JSON constructors and identity functions
Improve performance of vacuum freezing
Add support for regular expression matching of user and database names in pg_hba.conf, and user names in pg_ident.conf
#postgresql16 #postgresql #postgresdatabase #postgresdb #postgres #pgsql #database #windows11