- Code: Select all
C:\PostgreSQL\9.5\bin>psql -h localhost -U postgres -d omero -l
Password for user postgres:
List of databases
Name | Owner | Encoding | Collate | Ctype
| Access privileges
-----------+----------+----------+----------------------------+-----------------
-----------+-----------------------
omero | postgres | UTF8 | English_United States.1252 | English_United S
tates.1252 |
postgres | postgres | UTF8 | English_United States.1252 | English_United S
tates.1252 |
template0 | postgres | UTF8 | English_United States.1252 | English_United S
tates.1252 | =c/postgres +
| | | |
| postgres=CTc/postgres
template1 | postgres | UTF8 | English_United States.1252 | English_United S
tates.1252 | =c/postgres +
| | | |
| postgres=CTc/postgres
(4 rows)
Here's a config settings check...
- Code: Select all
C:\PostgreSQL\9.5\bin>\OMERO.server-5.2.2-ice35-b17\bin\omero config get
omero.db.name=omero
omero.db.pass=*************************
omero.db.user=postgres
omero.web.application_server=development
omero.web.debug=True
C:\PostgreSQL\9.5\bin>