Re: Fw: [GENERAL] Postgresql on Windows 8

2012-11-22 Thread Dave Page
Hi > - Original Message - > From: Heine Ferreira > Sent: 11/21/12 01:53 PM > To: pgsql-general@postgresql.org > Subject: [GENERAL] Postgresql on Windows 8 > > Hi > > Do you have any plans to put the Windows version of Postgresql on > the Windows 8 app store?

[GENERAL] Postgresql on Windows 8

2012-11-21 Thread Heine Ferreira
Hi Do you have any plans to put the Windows version of Postgresql on the Windows 8 app store? Also for PGAdmin and database drivers? Aparantly there are major issues with sideloading in windows 8. Thanks H.F.

Re: [GENERAL] PostgreSQL on Windows

2010-04-01 Thread Mark Vantzelfde
Could it be that pg_ctl uses some sort of unix cmd like ps to try to determine with the postgres processes are running? Using ps from a windows command prompt does not show the postgres processes started as services. Mark On Mon, Mar 29, 2010 at 1:54 PM, Mark Vantzelfde wrote: > Same result. > >

Re: [GENERAL] PostgreSQL on Windows

2010-03-29 Thread Mark Vantzelfde
Same result. On Mon, Mar 29, 2010 at 1:51 PM, Raymond O'Donnell wrote: > On 29/03/2010 18:38, Mark Vantzelfde wrote: > > I am running 8.4 on a Windows Vista system. The software was installed > using > > the auto-install process. PostgreSQL starts successfully as a service > when > > the system

Re: [GENERAL] PostgreSQL on Windows

2010-03-29 Thread Raymond O'Donnell
On 29/03/2010 18:38, Mark Vantzelfde wrote: > I am running 8.4 on a Windows Vista system. The software was installed using > the auto-install process. PostgreSQL starts successfully as a service when > the system boots. The running postgres* processes can be verified via Task > Manager. I can run p

[GENERAL] PostgreSQL on Windows

2010-03-29 Thread Mark Vantzelfde
I am running 8.4 on a Windows Vista system. The software was installed using the auto-install process. PostgreSQL starts successfully as a service when the system boots. The running postgres* processes can be verified via Task Manager. I can run psql from the command prompt. I have the PGDATA env v

Re: [GENERAL] PostgreSQL on Windows Server 2003 for Moodle

2009-09-18 Thread vikram
Trevor , If you have just a need to install and use Windows Server 2003 , you can do that one easily . Just install it go to data directory modify conf files Vikram On Sep 14, 5:43 pm, trevor.john...@tafensw.edu.au ("Johnson, Trevor") wrote: > Hi > > I'm new to PostgreSQL and I'm looking

[GENERAL] PostgreSQL on Windows Server 2003 for Moodle

2009-09-14 Thread Johnson, Trevor
Hi I'm new to PostgreSQL and I'm looking for management guides tutorials etc. for running PostgreSQL on Windows Server 2003. We will be using PostgreSQL is to run Moodle, so if anyone can point me in the right direction for setup or recommended configuration of PostgreSQL for Moodle that

Re: [GENERAL] Postgresql On Windows

2009-03-27 Thread Dhaval Jaiswal
Raymond O'Donnell To: MDB Cc: pgsql-general@postgresql.org Sent: Friday, March 27, 2009 8:05:47 PM Subject: Re: [GENERAL] Postgresql On Windows On 27/03/2009 14:28, MDB wrote: > What is the path format for the i (\i) command in the SQL shell? I think it's just as anywhere else on Wi

Re: [GENERAL] Postgresql On Windows

2009-03-27 Thread John R Pierce
MDB wrote: Thank you, I also found you could drop the "C:" (e.g. "/sql/test.sql") if it is on the c drive. to be more precise, you can drop the C: if its the same as the current default drive for whatever process is reading it. Windows, for legacy reasons that date at least back to Digita

Re: [GENERAL] Postgresql On Windows

2009-03-27 Thread MDB
Thank you, I also found you could drop the "C:" (e.g. "/sql/test.sql") if it is on the c drive. The backslashes on my system threw the same error.. --- On Fri, 3/27/09, John Cheng wrote: > From: John Cheng > Subject: Re: [GENERAL] Postgresql On Windows > To:

Re: [GENERAL] Postgresql On Windows

2009-03-27 Thread Raymond O'Donnell
On 27/03/2009 14:28, MDB wrote: > What is the path format for the i (\i) command in the SQL shell? I think it's just as anywhere else on Windows, e.g. \i c:\path\to\file.sql If there are spaces in the path you may have to enclose it in double-quotes: \i "c:\path with spaces\file.sql" R

Re: [GENERAL] Postgresql On Windows

2009-03-27 Thread Sam Mason
On Fri, Mar 27, 2009 at 04:45:26PM +0200, Aurimas Černius wrote: > Windows support forward slashes as well, only not all Windows programs > do support that (cmd.exe for example doesn't). So, it's worth a try. Where did you get the idea that cmd.exe doesn't support forward slashes? It just passes

Re: [GENERAL] Postgresql On Windows

2009-03-27 Thread John Cheng
y, March 27, 2009 7:35:47 AM Subject: Re: [GENERAL] Postgresql On Windows On 27/03/2009 14:28, MDB wrote: > What is the path format for the i (\i) command in the SQL shell? I think it's just as anywhere else on Windows, e.g. \i c:\path\to\file.sql If there are spaces in the path you

Re: [GENERAL] Postgresql On Windows

2009-03-27 Thread Aurimas Černius
Hi, What is the path format for the i (\i) command in the SQL shell? I think it's just as anywhere else on Windows, e.g. \i c:\path\to\file.sql Windows support forward slashes as well, only not all Windows programs do support that (cmd.exe for example doesn't). So, it's worth a try.

[GENERAL] Postgresql On Windows

2009-03-27 Thread MDB
What is the path format for the i (\i) command in the SQL shell? Thank you. -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Re: [GENERAL] PostgreSQL on Windows x64

2008-08-19 Thread Dave Page
On 8/19/08, Goboxe <[EMAIL PROTECTED]> wrote: > Dave, > > Thanks for the link. np. > Our app now running using EnterpriseDB 8.2 on x86. > Plan to test them on x64 server once we got it. > > Do you know if jdbc, npgsql, PostgreSQL ANSI odbc drivers bundled in > EnterpriseDB can run without any iss

Re: [GENERAL] PostgreSQL on Windows x64

2008-08-19 Thread Goboxe
Dave, Thanks for the link. Our app now running using EnterpriseDB 8.2 on x86. Plan to test them on x64 server once we got it. Do you know if jdbc, npgsql, PostgreSQL ANSI odbc drivers bundled in EnterpriseDB can run without any issues on x64? Thanks, Amin On Aug 19, 3:50 pm, [EMAIL PROTECTED]

Re: [GENERAL] PostgreSQL on Windows x64

2008-08-19 Thread Dave Page
On Mon, Aug 18, 2008 at 7:48 AM, Goboxe <[EMAIL PROTECTED]> wrote: > Hi, > > Does PostgreSQL can run on Windows x64? > If yes, which version? All versions (though you should start with 8.3.3): http://wiki.postgresql.org/wiki/Running_%26_Installing_PostgreSQL_On_Native_Windows#Is_there_a_64-bit_bui

[GENERAL] PostgreSQL on Windows x64

2008-08-18 Thread Goboxe
Hi, Does PostgreSQL can run on Windows x64? If yes, which version? Thanks, G -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Re: [pgsql-advocacy] [GENERAL] PostgreSQL on Windows Paper

2007-02-26 Thread Dave Page
Magnus Hagander wrote: >> - It says that 'one should expect performance on Windows to be lower >> [because of the per-process architecture], especially where large >> numbers of small queries are made.' That's not really accurate - it will >> be slower when there are large numbers of short lived co

Re: [pgsql-advocacy] [GENERAL] PostgreSQL on Windows Paper

2007-02-26 Thread Magnus Hagander
Dave Page wrote: > Scott Marlowe wrote: >> On Fri, 2007-02-23 at 12:22, Chris Travers wrote: >>> Hi all; >>> >>> Microsoft has seen it fit to publish a paper I have written as an >>> introduction to PostgreSQL on Windows. This paper covers the basics of >>> installing and configuring the softwar

Re: [GENERAL] PostgreSQL on Windows Paper

2007-02-26 Thread Dave Page
Scott Marlowe wrote: > On Fri, 2007-02-23 at 12:22, Chris Travers wrote: >> Hi all; >> >> Microsoft has seen it fit to publish a paper I have written as an >> introduction to PostgreSQL on Windows. This paper covers the basics of >> installing and configuring the software. I thought it might be

Re: [pgsql-advocacy] [GENERAL] PostgreSQL on Windows Paper

2007-02-23 Thread Alvaro Herrera
Joshua D. Drake wrote: > Scott Marlowe wrote: > > On Fri, 2007-02-23 at 12:22, Chris Travers wrote: > >> Hi all; > >> > >> Microsoft has seen it fit to publish a paper I have written as an > >> introduction to PostgreSQL on Windows. This paper covers the basics of > >> installing and configuring

Re: [GENERAL] PostgreSQL on Windows Paper

2007-02-23 Thread Joshua D. Drake
Scott Marlowe wrote: > On Fri, 2007-02-23 at 12:22, Chris Travers wrote: >> Hi all; >> >> Microsoft has seen it fit to publish a paper I have written as an >> introduction to PostgreSQL on Windows. This paper covers the basics of >> installing and configuring the software. I thought it might be

Re: [GENERAL] PostgreSQL on Windows Paper

2007-02-23 Thread Scott Marlowe
On Fri, 2007-02-23 at 12:22, Chris Travers wrote: > Hi all; > > Microsoft has seen it fit to publish a paper I have written as an > introduction to PostgreSQL on Windows. This paper covers the basics of > installing and configuring the software. I thought it might be of > interest here so her

[GENERAL] PostgreSQL on Windows Paper

2007-02-23 Thread Chris Travers
Hi all; Microsoft has seen it fit to publish a paper I have written as an introduction to PostgreSQL on Windows. This paper covers the basics of installing and configuring the software. I thought it might be of interest here so here is the link: http://port25.technet.com/archive/2007/02/22

Re: [GENERAL] PostgreSQL on Windows not starting

2006-03-16 Thread Magnus Hagander
> I have a customer who is having issues starting PostgreSQL > 8.1 on Windows. It worked for a while and now doesn't appear > to be running. I thought it was probably a stale pidfile, > but had him search and could not find it. Is the pid > information still in a pidfile or is it in the regi

Re: [GENERAL] PostgreSQL on Windows not starting

2006-03-15 Thread Harald Armin Massa
Chris,i dove through all sorts of pain with windows security and PostgreSQL services while postgresql on win32 was in beta. Even deployed some big application to > 30 computers installing win32 PostgreSQL in beta. So, some areas where I had things to learn:  1.) group policies. On win32 computers w

Re: [GENERAL] PostgreSQL on Windows not starting

2006-03-15 Thread Oisin Glynn
Chris Travers wrote: I have a customer who is having issues starting PostgreSQL 8.1 on Windows. It worked for a while and now doesn't appear to be running. I thought it was probably a stale pidfile, but had him search and could not find it. Is the pid information still in a pidfile or is it

[GENERAL] PostgreSQL on Windows not starting

2006-03-15 Thread Chris Travers
I have a customer who is having issues starting PostgreSQL 8.1 on Windows. It worked for a while and now doesn't appear to be running. I thought it was probably a stale pidfile, but had him search and could not find it. Is the pid information still in a pidfile or is it in the registry somew

Re: [GENERAL] PostgreSQL on Windows

2004-10-31 Thread Bruce Momjian
Michael Shtelma wrote: > Hi! > Can I use postgresql on windows without cygwin? You can test the 8.0 beta using pginstaller. Just google for pginstaller. You should subscribe to hackers to discuss any problems you have. -- Bruce Momjian| http://candle.pha.pa.us [EMA

Re: [GENERAL] PostgreSQL on Windows

2004-10-31 Thread GreyGeek
Michael Shtelma wrote: > Hi! > Can I use postgresql on windows without cygwin? YES! Look for the PostgreSQL 8 beta version on their website. It works great! Don't forget to download pgadminIII for windows too! -- GreyGeek ---(end of broadcast)---

[GENERAL] PostgreSQL on Windows

2004-10-31 Thread Michael Shtelma
Hi! Can I use postgresql on windows without cygwin? ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

Re: [GENERAL] PostgreSQL on Windows

2004-02-19 Thread Bruce Momjian
Jan Wieck wrote: > John Small wrote: > > > I want to use PostgreSQL on a project that will have to run on > > both Linux and Windows. But using cygwin is not a viable option. > > > > Does the dbExpert version of PostgreSQL run natively under Windows? > > Last time I checked the dbExperts versio

Re: [GENERAL] PostgreSQL on Windows

2004-02-19 Thread Jan Wieck
John Small wrote: I want to use PostgreSQL on a project that will have to run on both Linux and Windows. But using cygwin is not a viable option. Does the dbExpert version of PostgreSQL run natively under Windows? Last time I checked the dbExperts version was the cygwin port, bundled with a stri

[GENERAL] PostgreSQL on Windows

2004-02-17 Thread John Small
I want to use PostgreSQL on a project that will have to run on both Linux and Windows. But using cygwin is not a viable option. Does the dbExpert version of PostgreSQL run natively under Windows? Thanks in advance! John ---(end of broadcast)--

Re: [GENERAL] PostgreSQL on Windows Server 2003

2003-12-15 Thread scott.marlowe
On Mon, 15 Dec 2003, Johnson, Shaunn wrote: > Howdy: > Silly questions - > > Is it possible (or, has anyone got brave enough) to run > PostgreSQL on Windows Server 2003? > > If so, what does it entail and how do I start? The best and easiest way for normal folks is likely gonna be to use cygwi

Re: [GENERAL] PostgreSQL on Windows Server 2003

2003-12-15 Thread Bruce Momjian
Johnson, Shaunn wrote: > Howdy: > Silly questions - > > Is it possible (or, has anyone got brave enough) to run > PostgreSQL on Windows Server 2003? > > If so, what does it entail and how do I start? See the FAQ entry for Win32. You can use Cygwin. -- Bruce Momjian|

[GENERAL] PostgreSQL on Windows Server 2003

2003-12-15 Thread Johnson, Shaunn
Title: PostgreSQL on Windows Server 2003 Howdy: Silly questions - Is it possible (or, has anyone got brave enough) to run PostgreSQL on Windows Server 2003? If so, what does it entail and how do I start? Thanks. -X

[GENERAL] PostgreSQL on Windows (again)

2001-04-09 Thread Steve Jorgensen
Ok, please forgive my bone-head, not even a newby yet questions. I need to set up PostgreSQL on Windows, and create a step-by-step set up instructions for a team ov people I'm working with who will need to do the same. I tried out the Install version at http://208.160.255.143/pgsql/pgsql.exe and