![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
#12
| |||
| |||
|
|
Hi all, I have a problem to connect to my database localy from jdbc, in postgresql.conf i allow tcp/ip connection, in pg_hba.conf i have the following lines : local all trust host all all 127.0.0.1 255.255.255.255 trust i don't get where i am wrong in my configuration Thanks for help regards Alexandre ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend in postgresql.conf i have "tcpip_socket = true", |
#13
| |||
| |||
|
|
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 Hi Daniel |
#14
| |||
| |||
|
|
in postgresql.conf i have "tcpip_socket = true", but i must start pgsql with "/usr/bin/postmaster -p 5432 -i -D /var/lib/pgsql/data", the init.d script does not allow tcp/ip connections perhaps my script is not good ??? |
#15
| |||
| |||
|
|
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? |
#16
| |||
| |||
|
#17
| |||
| |||
|
|
Dear group, I am wondering how many rows of data can postgresql efficiently deal with in comparision to Oracle that can deal with millions and millions of rows (I was told this fact by my senior). |
#18
| |||
| |||
|
|
I am wondering how many rows of data can postgresql efficiently deal with in comparision to Oracle that can deal with millions and millions of rows (I was told this fact by my senior). One of my table has 8876216 rows that look like: [...] |
#19
| |||
| |||
|
#20
| |||
| |||
|
|
I _think_ this error message means I need to get into the pg_hba.conf file and create that entry (and I think pg_hba.conf is supposed to be in the 'pgdata' directory). Unfortunately, I can find neither pg_hba.conf (a 'whereis pg_hba.conf' gives me nothing) nor pgdata. |
![]() |
| Thread Tools | |
| Display Modes | |
| |