Skip to content
  • Say Hi
Get Started

Database

Database

How To Create Users and Roles in PostgreSQL

ByH.G. November 1, 2023November 1, 2023

A warm Hello to all the readers! I am back with a small tutorial on PostgreSQL. In this I’ll explain how to create roles and users in PostgreSQL database. User is a fundamental component of database. DB users are different from operating system users. Users are assigned permissions what database objects they can access. There…

Read More How To Create Users and Roles in PostgreSQLContinue

Database

How to Find Size of PostgreSQL Databases

ByH.G. August 28, 2023

Hello to all the readers! Find size of Postgresql database One of my database was growing in size thereby consuming the disk. I got to know which database was taking how much of the disk space. And here is how to find out the size of each PostgreSQL database. The above SQL query just finds…

Read More How to Find Size of PostgreSQL DatabasesContinue

© 2025 The Story Wire

  • What is Queue Data Structure?