![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I need to learn how to work with PostgreSQL for work, but I am *completely* unfamiliar with the program, almost completely unfamiliar with databases (I've only worked with very basic databases in MS Access), and relateively unfamiliar with using non-GUI programs. In other words, I need a 'Postgresql for Dummies' book - something that will start at the most basic level. The books I've seen out there on Amazon.com and other places all seem to be aimed at developers, though. Where can I go to get a basic, basic, BASIC tutorial/guidebook for learning PostgreSQL? Thanks, Daniel Lerch Portland, Oregon ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo (AT) postgresql (DOT) org) |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
It occured to me that I might have an easier time learning PostgreSQL if I start off with a GUI instead of just command line. But I access the database over our LAN -- I'm on a Windows 2000 box, and the psql database is on a Linux box. I've been accessing it by running PuTTY. So, my question is - is there a GUI program I can run off my Windows 2000 box that will allow me to access myt psql database on the Linux box? Or do I have no choice but run the GUI on the Linux box? Thanks, -d ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your message can get through to the mailing list cleanly |
#5
| |||
| |||
|
|
Look at pgadmin III (http://www.pgadmin.org/pgadmin3/index.php). Sean On Oct 12, 2004, at 3:56 PM, Daniel Lerch wrote: It occured to me that I might have an easier time learning PostgreSQL if I start off with a GUI instead of just command line. But I access the database over our LAN -- I'm on a Windows 2000 box, and the psql database is on a Linux box. I've been accessing it by running PuTTY. So, my question is - is there a GUI program I can run off my Windows 2000 box that will allow me to access myt psql database on the Linux box? Or do I have no choice but run the GUI on the Linux box? Thanks, -d ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your message can get through to the mailing list cleanly |
#6
| |||
| |||
|
|
I was looking at that earlier - couldn't tell if it was client-side or server-side. Since you're pointing me to it, I'll assume it's client-side and will try it out. Also, re your other reply that there are many online SQL tutorials, and asking where I am in the process: I guess I'm so new to things that I didn't realize I should be looking for SQL tutorials, and not postgreSQL tutorials (I searched for the latter, and they were all too complicated). Sounds like I should start with SQL, and then move to the postgreSQL-specific tutorials later when I'm ready to use more advanced functions. I'll give that a shot, and email again if I run into problems. Thanks! -d Sean Davis wrote: Look at pgadmin III (http://www.pgadmin.org/pgadmin3/index.php). Sean On Oct 12, 2004, at 3:56 PM, Daniel Lerch wrote: It occured to me that I might have an easier time learning PostgreSQL if I start off with a GUI instead of just command line. But I access the database over our LAN -- I'm on a Windows 2000 box, and the psql database is on a Linux box. I've been accessing it by running PuTTY. So, my question is - is there a GUI program I can run off my Windows 2000 box that will allow me to access myt psql database on the Linux box? Or do I have no choice but run the GUI on the Linux box? |
#7
| |||
| |||
|
|
I need to learn how to work with PostgreSQL for work, but I am *completely* unfamiliar with the program, almost completely unfamiliar with databases (I've only worked with very basic databases in MS Access), and relateively unfamiliar with using non-GUI programs. In other words, I need a 'Postgresql for Dummies' book - something that will start at the most basic level. The books I've seen out there on Amazon.com and other places all seem to be aimed at developers, though. Where can I go to get a basic, basic, BASIC tutorial/guidebook for learning PostgreSQL? Thanks, Daniel Lerch Portland, Oregon ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo (AT) postgresql (DOT) org) I suggest that you visit a bookstore and actually look at some of the |
#8
| |||
| |||
|
|
I suggest that you visit a bookstore and actually look at some of the postgres books out there. I've got Practical Postgres (Worsley & Drake) and it would probably be suitable for you. While many of these books are aimed at developers quite a few of them also spell out a lot of the basics too, so they'll tell you about SQL and how to use postgres. There are a handful of beginner-intermediate postgresql books out there, including Bruce Momjian's book Learning PostgreSQL (forgive me if I get this wrong). Also, pgAdminIII is a good gui tool for accessing postgres. Ron |
#9
| |||
| |||
|
|
OK, I'll check that book out. I tried running pgAdminIII, but when I tried to connect to my psql server I got the error: "SSL error: wrong version number" |
|
I'll try to figure this out, but one thing it led me to was realizing that I don't know what verision of psql I'm actually running, and I don't know how to find out (I noticed that pgAdminIII is for postgreSQL 7.3 and 7.4). Is there a 'version' command within psql? |
| Thanks, -d I suggest that you visit a bookstore and actually look at some of the postgres books out there. I've got Practical Postgres (Worsley & Drake) and it would probably be suitable for you. While many of these books are aimed at developers quite a few of them also spell out a lot of the basics too, so they'll tell you about SQL and how to use postgres. There are a handful of beginner-intermediate postgresql books out there, including Bruce Momjian's book Learning PostgreSQL (forgive me if I get this wrong). Also, pgAdminIII is a good gui tool for accessing postgres. Ron ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to majordomo (AT) postgresql (DOT) org |
#10
| |||
| |||
|
|
I need to learn how to work with PostgreSQL for work, but I am *completely* unfamiliar with the program, almost completely unfamiliar with databases (I've only worked with very basic databases in MS Access), and relateively unfamiliar with using non-GUI programs. In other words, I need a 'Postgresql for Dummies' book - something that will start at the most basic level. The books I've seen out there on Amazon.com and other places all seem to be aimed at developers, though. Where can I go to get a basic, basic, BASIC tutorial/guidebook for learning PostgreSQL? |
![]() |
| Thread Tools | |
| Display Modes | |
| |