Welcome to our knowledge base. To find what you're after, use the search box below or choose a category to view listed questions.
Search the Knowledgebase
Browse by Category
View Questions by Category:
PostgreSQL Databases
There were 5 questions found in this category:
Changing PgSQL disk quota PgSQL disk quota is the maximum allowed size of one PgSQL database. If you exceed this quota, you'll be charged for overlimit at a different (usually higher) price.To change PgSQL disk quota, do the following:Select PGSQL DBs in the Databases menu. Click PGSQL Database. Click the Change icon in the ...
Creating PostgreSQL Databases if you have at least one user, you can create a PostgreSQL database. This user will become the owner of this database.To create a database, do the following:Select PGSQL DBs in the Databases menu. Click Add Database in the PostgreSQL Databases section: 3. Ente...
Creating PostgreSQL User(s) Unlike with other databases, a PostgreSQL database cannot be created without a user. Follow the instructions:1. Create a PostgreSQL user. 2. Create a database. Note: The first user in the lis...
Deleting Users and changing their passwords To delete the PgSQL database user must do the following:Select PGSQL Users in the Databases menu. Click the Trash icon next to the user name on the PostgreSQL user management page. Agree to additional charges. Important: Trash icon appears only next to non-owners. The owner of a database cannot be d...
Editing PgSQL Databases and User Privileges You can edit the content of your databases and user privileges using the phpPgAdmin utility that comes with your control panel. To run phpPgAdmin, do the following: Select PGSQL DBs in the Databases menu. Click the name of the database you would like to edit. You can also start this utility from the...