- Knowledgebase Home > Hosting and Domains > Web Hosting > Hsphere Guide > PostgreSQL Database
Glossary | | Favorites | Login
View Articles by Category
There are no sub categoriesCategory » PostgreSQL Database
There were 5 articles 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 ico ...
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 ...
Creating PostgreSQL Databases
Having 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: Enter the name and description of the dat ...
Deleting Users and changing their passwords.
To delete the PgSQL database user, 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 ...
Creating PostgreSQL Users
Unlike with other databases, a PostgreSQL database cannot be created without a user. You must stick to the following sequence: Create a PostgreSQL user. Create a database. Note: The first user in the list of users is the owner of a database, however the database can be used by others who obtai ...
