PostgreSQL 16 Zip installation on Windows 11 | create, dropdb, create, drop user, oid2name, psql

Channel:
Subscribers:
5,740
Published on ● Video Link: https://www.youtube.com/watch?v=SS0OH7EVHGI



Duration: 26:25
6 views
1


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




Other Videos By java frm


2024-03-04Apache NetBeans IDE 21 Tutorial - Short Cut to insert public static final int - Psfi + Tab key
2024-03-04Apache NetBeans IDE 21 Tutorial - Short Cut to insert public static final boolean - Psfb + Tab key
2024-03-04Apache NetBeans IDE 21 Tutorial - Short Cut to insert public static final - Psf + Tab key
2024-03-04Apache NetBeans IDE 21 Tutorial - Short Cut to insert public static - Ps + Tab key
2024-03-04Apache NetBeans IDE 21 Tutorial - Short Cut to insert System.out.println - sout + Tab Key
2024-03-04Apache NetBeans IDE 21 Tutorial - Short Cut to insert import - ir + Tab Key
2024-03-04Apache NetBeans IDE 21 Tutorial - Short Cut to insert public static void main () - psvm + Tab Key
2024-03-03Apache NetBeans IDE 21 Tutorial - Short Cut to insert private static final String - psfs + Tab Key
2024-03-03Apache NetBeans 21 Tutorial - How to create Multi Module Project - Java Modular Project in NetBeans
2024-03-03How to install Apache NetBeans IDE 21 on Windows 11 with JDK 21 - Java Modular Programming Example
2024-03-02PostgreSQL 16 Zip installation on Windows 11 | create, dropdb, create, drop user, oid2name, psql
2024-03-02PostgreSQL 15 Zip installation on Windows 11 | createdb, dropdb, createuser, dropuser, pg_dump, psql
2024-03-02PostgreSQL 14 Zip installation on Windows 11 | createdb, dropdb, createuser, dropuser, pg_dump, psql
2024-03-02PostgreSQL 13 Zip installation on Windows 11 | createdb, dropdb, createuser, dropuser, pg_dumpall
2024-03-01How to compile and run C/C++ on Rocky Linux 9 using GNU GCC and G++ compiler
2024-03-01How to install Clang LLVM 16 from DVD and how to compile and run C/C++ on Rocky Linux 9
2024-03-01How to compile and run C/C++ on Rocky Linux 8 using GNU GCC and G++ compiler
2024-03-01How to install Clang LLVM 16 from DVD and how to compile and run C/C++ on Rocky Linux 8
2024-03-01How to compile and run C/C++ on Red Hat Enterprise Linux 9 using GNU GCC and G++ compiler
2024-03-01How to install Clang LLVM 16 from DVD and how to compile and run C/C++ on Red Hat Enterprise Linux 9
2024-03-01How to compile and run C/C++ on Red Hat Enterprise Linux 8 using GNU GCC and G++ compiler



Tags:
how to install postgresql 16 on windows 11 from zip archive
install and configure postgresql 16 on windows 11
install postgresql 16 in windows 11
postgresql 16 installation on windows 11
start postgresql server
shutdown postgresql server
create connection in pgadmin
postgresql zip installation
postgresql 16 videos
postgresql 16 administration
postgresql 16 tutorial
initdb on postgresql
oid2name
pg_isready
pg_controldata
pg_config
vacuumdb
createuser
dropuser
createdb