Can't find a solution? Call Digiweb support on 1918

View Articles by Category

There are no sub categories

Category » PostgreSQL Databaserss button

There were 5 articles found in this category:

  1. questionChanging 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 ...
  2. questionEditing 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 ...
  3. questionCreating 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 ...
  4. questionDeleting 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 ...
  5. questionCreating 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 ...