Re: [sot] Postgres?

2009-05-15 Thread Steven Erat - Webapper Services
On Thu, May 14, 2009 at 4:01 PM, William Seiter will...@seiter.com wrote: Hey all, I am venturing into using postgres for the first time. I have read that you can setup postgres to accept network connections, but I can't find a sample on the internet on how to do it. Currently only

Re: [sot] Postgres?

2009-05-15 Thread Wil Genovese
Steven, These days starting and stopping PostgreSQL 8.3 on Redhat type linux is as simple as $ service postgresql {start|stop|restart|initdb|.} Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well. On

Re: [sot] Postgres?

2009-05-15 Thread Steven Erat - Webapper Services
On Fri, May 15, 2009 at 11:00 AM, Wil Genovese jugg...@visi.com wrote: Steven, These days starting and stopping PostgreSQL 8.3 on Redhat type linux is as simple as $ service postgresql {start|stop|restart|initdb|.} Wil Genovese One man with courage makes a majority. -Andrew

[sot] Postgres?

2009-05-14 Thread William Seiter
Hey all, I am venturing into using postgres for the first time. I have read that you can setup postgres to accept network connections, but I can't find a sample on the internet on how to do it. Currently only accepting localhost. Any ideas? Thanks, William

Re: [sot] Postgres?

2009-05-14 Thread Wil Genovese
read my blog post on setting up and upgrading PostgreSQL. http://www.trunkful.com Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is a fine for doing well. On May 14, 2009, at 3:01 PM, William Seiter wrote: Hey all, I am

Re: [sot] Postgres?

2009-05-14 Thread Jochem van Dieten
On Thu, May 14, 2009 at 10:01 PM, William Seiter wrote: I am venturing into using postgres for the first time.  I have read that you can setup postgres to accept network connections, but I can't find a sample on the internet on how to do it.  Currently only accepting localhost. Any ideas?