Re: [ADMIN] I neen help establishing a connection to my PostgreSQL database.

2005-02-01 Thread Bender, Cheryl
By default the postmaster in Windows listens for TCP/IP connections only on the loopback interface.     Take a look at your conf files (postgresql.conf and pg_hba.conf).  Postgresql.conf probably needs to have a line added something like this:   listen_addresses = '*' # what IP inte

Re: [ADMIN] TCP/IP access in Postgresql 8 Windows

2004-09-29 Thread Bender, Cheryl
Behalf Of Bender, Cheryl Sent: Wednesday, September 29, 2004 11:01 AM To: Magnus Hagander; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [ADMIN] TCP/IP access in Postgresql 8 Windows <> This is not bourne out by my experience or the document you referenced. The document and postgresq

Re: [ADMIN] TCP/IP access in Postgresql 8 Windows

2004-09-29 Thread Bender, Cheryl
<> This is not bourne out by my experience or the document you referenced. The document and postgresql.conf both state that the default is 'localhost' and only allows local loopback connections. For some reason the author of postgresql.conf did not follow the convention of putting the commented d

Re: [ADMIN] TCP/IP access in Postgresql 8 Windows

2004-09-29 Thread Bender, Cheryl
Werner; Activating tcp/ip listening is different than 7.*. You need to uncomment the following line in your postgresql.conf and change it to listen on a specified interface or '*' for all interfaces. Listen_addresses='*' Then restart the service. Another very useful parameter on Windows to c

[ADMIN] windows docs?

2004-09-16 Thread Bender, Cheryl
Title: Message When starting the Windows psql client I get a warning that the "console codepage (437) differs from the windows codepage (1252)" and to see installation on Windows for details.  I am having trouble finding this documentation.   I've also been looking for the "Windows FAQ" whi

Re: [ADMIN]

2004-09-14 Thread Bender, Cheryl
Title: Message Are you sure there is current activity on your backend when you are running this query?  I get the same result because there are no queries executing.      Cheryl Bender -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Monica LiberoSen

[ADMIN] Alternate db location

2004-09-07 Thread Bender, Cheryl
I apologize if this answer is in the archives but my search did not reveal it. I need to add an alternate db location for my 7.3.4 server (running on FreeBSD 5.2 Release) I thought I did everything according to the administrator's guide, but I fail at createdb. I completed the following: ---

Re: [ADMIN] Connecting Postgres using other network

2004-08-11 Thread Bender, Cheryl
Title: Message A few things I would do;   1.  As other replies have mentioned check the port.  If you want to use 6432 I believe you have to put that in your conf file 2.  You need another line in your pg_hba.conf that provides access to the network or specific IP and netmask of the computer

Re: [ADMIN] Dumping partial database content

2004-07-02 Thread Bender, Cheryl
ECTED] Subject: Re: [ADMIN] Dumping partial database content Martha Stewart called it a Good Thing when [EMAIL PROTECTED] ("Bender, Cheryl") wrote: > Just wondering--is it possible to dump on a temporary table? The temp table is only visible inside the context of the transaction

Re: [ADMIN] Dumping partial database content

2004-07-02 Thread Bender, Cheryl
Never mind--answered my own question. You can dump from a temporary table, which provides Hanan another way to dump a subset of data. Use CREATE TEMPORARY TABLE as select Cheryl Bender -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bender

Re: [ADMIN] Dumping partial database content

2004-07-02 Thread Bender, Cheryl
Just wondering--is it possible to dump on a temporary table? Cheryl Bender -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of mike g Sent: Thursday, July 01, 2004 11:11 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [ADMIN] Dumping partial data

Re: [ADMIN] PL/pgsql

2004-07-01 Thread Bender, Cheryl
Gene; This is probably not much help but I was able to create and run this function on 7.3.2 (running on FreeBSD 5.1) verbatim from your message. Perhaps the function is corrupted? Maybe try dropping and recreating the function. Of course you wouldn't be able to factorial anything bigger than ab

Re: [ADMIN] pg_ctl question

2004-06-28 Thread Bender, Cheryl
<> The easiest way is to set it in postgresql.conf, which is put in your data folder when you run initdb. Near the beginning of the file you should see something like tcpip_socket=true port=5432 Except that these lines are commented out by default. Uncomment them and restart pgsql after saving

Re: [ADMIN] pgadminII error in connecting to PostgreSQL Server

2004-06-21 Thread Bender, Cheryl
Dojie; Have you already tried the solution below (from archives)? ** Re: [pgadmin-support] pgAdmin II connection error From: Dave Page

Re: [ADMIN] FreeBSD & Shared Memory

2004-06-14 Thread Bender, Cheryl
Michael; What version of FreeBSD? What version of PostGres? On my server, running FreeBSD 5.1 and pg 7.3, the values are kern.ipc.shmmax: 33554432 kern.ipc.shmmin: 1 kern.ipc.shmmni: 192 kern.ipc.shmseg: 128 kern.ipc.shmall: 8192 kern.ipc.shm_use_phys: 0 shm3035K 38K 4653 16,102

[ADMIN] Using CIDR and md5 in pg_hba.conf

2004-06-10 Thread Bender, Cheryl
Hello all; I am trying to connect to a postgreSQL server running version 7.3.2 on freebsd (5.1). I'm having trouble getting the syntax right for this subnet. I thought I had this working at home for a simple 192.168.0.0/24 network. This is the line in the pg_hba.conf host all all 10.1