Advertisement
Guest User

Untitled

a guest
Mar 4th, 2011
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.77 KB | None | 0 0
  1. thufir@tleilax:~$
  2. thufir@tleilax:~$ sudo /etc/init.d/postgresql-8.4 start
  3.  * Starting PostgreSQL 8.4 database server                              [ OK ]
  4. thufir@tleilax:~$
  5. thufir@tleilax:~$ dpkg -l | grep -i postgres
  6. ii  libpq5                                8.4.7-0ubuntu0.10.04                            PostgreSQL C client library
  7. ii  pgadmin3                              1.10.2-1build1                                  graphical administration tool for PostgreSQL
  8. ii  pgadmin3-data                         1.10.2-1build1                                  graphical administration tool for PostgreSQL
  9. ii  pgagent                               3.0.1-1                                         job scheduler for PostgreSQL
  10. ii  postgresql-8.4                        8.4.7-0ubuntu0.10.04                            object-relational SQL database, version 8.4
  11. ii  postgresql-client                     8.4.7-0ubuntu0.10.04                            front-end programs for PostgreSQL (supported
  12. ii  postgresql-client-8.4                 8.4.7-0ubuntu0.10.04                            front-end programs for PostgreSQL 8.4
  13. ii  postgresql-client-common              106ubuntu1                                      manager for multiple PostgreSQL client versi
  14. ii  postgresql-common                     106ubuntu1                                      PostgreSQL database-cluster manager
  15. ii  postgresql-filedump-8.4               8.4.0-1                                         Utility to format PostgreSQL files
  16. thufir@tleilax:~$
  17. thufir@tleilax:~$ postgres
  18. No command 'postgres' found, did you mean:
  19.  Command 'postgrey' from package 'postgrey' (universe)
  20. postgres: command not found
  21. thufir@tleilax:~$
  22. thufir@tleilax:~$ service postgres start
  23. postgres: unrecognized service
  24. thufir@tleilax:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement