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.
>
>
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
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
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
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
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
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:
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
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
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
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.
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
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]
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
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
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
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
> 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
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
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
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
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)---
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
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
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
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|
26 matches
Mail list logo