User Profile

Collapse

Profile Sidebar

Collapse
pgadmin
pgadmin
Last Activity: Mar 11 '08, 09:50 AM
Joined: Mar 11 '08
Location: Nagpur
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • follow this procedure
    1. open root terminal
    2. type=> su - postgres
    3.psql -l (it show default database)
    4. If you want craete new database type=> createdb mydb
    5. After that enter your database by usesing=> psql mydb
    6.use SQL queries
    7. use \q to quite your database
    8. type exit to close postgresql database
    See more | Go to post

    Leave a comment:


  • follow this procedure
    1. open root terminal
    2. type=> su - postgres
    3.psql -l (it show default database)
    4. If you want craete new database type=> createdb mydb
    5. After that enter your database by usesing=> psql mydb
    6.use SQL queries
    7. use \q to quite your database
    8. type exit to close postgresql database
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...