Child pages
  • PostgreSQL Primer

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After you installed Servoy and PostgreSQL you might find that PostgreSQL is not running.

This usually could be mean 2 things:

  • PostgreSQL wasn't yet initialised. In other words there is no cluster created yet to host the databases. This means that the database or data directory is empty.
  • There is another PostgreSQL instance running on port 5432 (PostgreSQL's standard port)

...