Despite the fact that
StarTeam Server has automated
PostgreSQL database creation, you may prefer to create your own. This makes more sense for
PostgreSQL because there are good tools for database creation.
Database names should:
- Begin with a letter.
- Contain letters and numbers only.
- Not contain spaces.
- Not be a SQL reserved word such as
create,
delete,
if,
then,
else, or
goto.
Important: The
Server Administration database options may fail to run for databases with names that do not follow these guidelines.
To create your own
PostgreSQL Server database: