In this article, we will explain how to set up a remote Postgresql database server on Ubuntu 18.04. Setting up a remote Postgresql server lets you host your database on…
Tag: PostgreSQL
How to create PostgreSQL users
April 2, 2024 / MySQLIn this guide, we have explained how to create PostgreSQL users. In every default PostgreSQL installation, the postgres superuser is included. Initially, you need to connect to PostgreSQL as the…
How to show tables in PostgreSQL
March 14, 2024 / MS SQLThis article explains how to show tables in PostgreSQL. Displaying tables in PostgreSQL is essential for database administrators and developers to understand the structure and contents of a database, facilitating…
How to decide the size of PostgreSQL databases and tables
July 10, 2023 / MS SQLIn this article, we have explained how to decide the size of PostgreSQL databases and tables. Follow the steps to decide the size of PostgreSQL database and tables: Using SSH,…