Re: [pgsql-hackers-win32] What's left?

Lists: pgsql-hackerspgsql-hackers-win32
From: "Dann Corbit" <DCorbit(at)connx(dot)com>
To: "Claudio Natoli" <claudio(dot)natoli(at)memetrics(dot)com>, "Andrew Dunstan " <andrew(at)dunslane(dot)net>, "pgsql-hackers-win32 " <pgsql-hackers-win32(at)postgresql(dot)org>, "PostgreSQL-development " <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [pgsql-hackers-win32] What's left?
Date: 2004-01-23 00:52:15
Message-ID: D90A5A6C612A39408103E6ECDD77B8294CE59D@voyager.corporate.connx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-hackers-win32

> -----Original Message-----
> From: Claudio Natoli [mailto:claudio(dot)natoli(at)memetrics(dot)com]
> Sent: Thursday, January 22, 2004 4:44 PM
> To: 'Andrew Dunstan '; 'pgsql-hackers-win32 ';
> 'PostgreSQL-development '
> Subject: Re: [pgsql-hackers-win32] [HACKERS] What's left?
>
>
>
> Andrew Dunstan wrote:
> > Claudio Natoli wrote:
> >
> > > * installation directory issues (/usr/local/pgsql/bin
> won't work too
> > > well outside of the MingW environment :-)
> >
> >
> > Clearly we will need an installer for a binary distribution.
>
> Yes. To be more precise, my point was that doing so will
> require some changes to the code (ie. configure/compile time
> constants like PKGLIBDIR just won't do us any good).
>
>
> > But for now I suggest that the default prefix on Windows is
> > C:\Program Files\PostgreSQL

More properly:
%ProgramFiles%\PostgreSQL

And then, if they don't like that, let them put it wherever they darn
well please.

> For right now, I'd suggest a directory that doesn't have
> whitespace and localization issues :-P

It will have to be faced. If it cannot handle spaces or funny
characters, it will simply fail.

I may be able to help on the localization and path stuff. We have
solved those issues for our port of 7.1.3, and I expect the work for 7.5
to be extremely similar.

Where can I get the latest tarball for Win32 development?


From: David Garamond <lists(at)zara(dot)6(dot)isreserved(dot)com>
To: Dann Corbit <DCorbit(at)connx(dot)com>
Cc: Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers-win32 <pgsql-hackers-win32(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [pgsql-hackers-win32] What's left?
Date: 2004-01-23 07:41:40
Message-ID: 4010D034.8070006@zara.6.isreserved.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-hackers-win32

Dann Corbit wrote:
>>>But for now I suggest that the default prefix on Windows is
>>>C:\Program Files\PostgreSQL
>
> More properly:
> %ProgramFiles%\PostgreSQL

Another suggestion: %ProgramFiles%\PGDG\PostgreSQL (or even
%ProgramFiles%\PGDG\PostgreSQL 7.5). Apache2 uses %ProgramFiles%\Apache
Group\Apache2.

Note: Many software uses the %ProgramFiles%\<VendorName>\<ProductName>
convention, but apparently Microsoft itself puts stuffs right under
%ProgramFiles% (%ProgramFiles%\Microsoft Money, \Internet Explorer,
\Windows Media Player, etc).

> And then, if they don't like that, let them put it wherever they darn
> well please.

--
dave


From: "Steve Tibbett" <stevex(at)stevex(dot)org>
To: "'David Garamond'" <lists(at)zara(dot)6(dot)isreserved(dot)com>, "'Dann Corbit'" <DCorbit(at)connx(dot)com>
Cc: "'Claudio Natoli'" <claudio(dot)natoli(at)memetrics(dot)com>, "'Andrew Dunstan'" <andrew(at)dunslane(dot)net>, "'pgsql-hackers-win32'" <pgsql-hackers-win32(at)postgresql(dot)org>, "'PostgreSQL-development'" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [pgsql-hackers-win32] What's left?
Date: 2004-01-23 12:40:34
Message-ID: 3FF9551F00A7937D@mta3.wss.scd.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-hackers-win32

I think users would prefer %ProgramFiles%\PostgreSQL - that's what Mozilla
and some other projects do, although still other projects do
%ProgramFiles%\GNU\PostgreSQL.

I'd vote for %ProgramFiles%\PostgreSQL.

- Steve

-----Original Message-----
From: pgsql-hackers-win32-owner(at)postgresql(dot)org
[mailto:pgsql-hackers-win32-owner(at)postgresql(dot)org] On Behalf Of David
Garamond
Sent: January 23, 2004 2:42 AM
To: Dann Corbit
Cc: Claudio Natoli; Andrew Dunstan; pgsql-hackers-win32;
PostgreSQL-development
Subject: Re: [pgsql-hackers-win32] [HACKERS] What's left?

Dann Corbit wrote:
>>>But for now I suggest that the default prefix on Windows is
>>>C:\Program Files\PostgreSQL
>
> More properly:
> %ProgramFiles%\PostgreSQL

Another suggestion: %ProgramFiles%\PGDG\PostgreSQL (or even
%ProgramFiles%\PGDG\PostgreSQL 7.5). Apache2 uses %ProgramFiles%\Apache
Group\Apache2.

Note: Many software uses the %ProgramFiles%\<VendorName>\<ProductName>
convention, but apparently Microsoft itself puts stuffs right under
%ProgramFiles% (%ProgramFiles%\Microsoft Money, \Internet Explorer, \Windows
Media Player, etc).

> And then, if they don't like that, let them put it wherever they darn
> well please.

--
dave

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
message can get through to the mailing list cleanly


From: Thomas Swan <tswan(at)idigx(dot)com>
To: pgsql-hackers-win32 <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: [HACKERS] What's left?
Date: 2004-01-23 23:49:58
Message-ID: 4011B326.6000007@idigx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-hackers-win32

Dann Corbit wrote:

>>-----Original Message-----
>>From: Claudio Natoli [mailto:claudio(dot)natoli(at)memetrics(dot)com]
>>Sent: Thursday, January 22, 2004 4:44 PM
>>To: 'Andrew Dunstan '; 'pgsql-hackers-win32 ';
>>'PostgreSQL-development '
>>Subject: Re: [pgsql-hackers-win32] [HACKERS] What's left?
>>
>>
>>
>>Andrew Dunstan wrote:
>>
>>
>>>Claudio Natoli wrote:
>>>
>>>
>>>
>>>>* installation directory issues (/usr/local/pgsql/bin
>>>>
>>>>
>>won't work too
>>
>>
>>>>well outside of the MingW environment :-)
>>>>
>>>>
>>>Clearly we will need an installer for a binary distribution.
>>>
>>>
>>Yes. To be more precise, my point was that doing so will
>>require some changes to the code (ie. configure/compile time
>>constants like PKGLIBDIR just won't do us any good).
>>
>>
>>
>>
>>>But for now I suggest that the default prefix on Windows is
>>>C:\Program Files\PostgreSQL
>>>
>>>
>
>More properly:
>%ProgramFiles%\PostgreSQL
>
>And then, if they don't like that, let them put it wherever they darn
>well please.
>
>
>
>>For right now, I'd suggest a directory that doesn't have
>>whitespace and localization issues :-P
>>
>>
>
>It will have to be faced. If it cannot handle spaces or funny
>characters, it will simply fail.
>
>
What about 8.3 short names for the win32 environment?
"C:\Progra~1\Postgres" Should be able to work correctly. Isn't there a
win32 command to get the short path if you need it?

>I may be able to help on the localization and path stuff. We have
>solved those issues for our port of 7.1.3, and I expect the work for 7.5
>to be extremely similar.
>
>Where can I get the latest tarball for Win32 development?
>
>---------------------------(end of broadcast)---------------------------
>TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>
>


From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Thomas Swan <tswan(at)idigx(dot)com>
Cc: pgsql-hackers-win32 <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: What's left?
Date: 2004-01-24 10:39:06
Message-ID: 40124B4A.1050300@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-hackers-win32

Thomas Swan wrote:

>>
>> More properly:
>> %ProgramFiles%\PostgreSQL
>>
>> And then, if they don't like that, let them put it wherever they darn
>> well please.
>>
>>
>>
>>> For right now, I'd suggest a directory that doesn't have whitespace
>>> and localization issues :-P
>>>
>>
>>
>> It will have to be faced. If it cannot handle spaces or funny
>> characters, it will simply fail.
>>
>>
> What about 8.3 short names for the win32 environment?
> "C:\Progra~1\Postgres" Should be able to work correctly. Isn't there
> a win32 command to get the short path if you need it?

Please not... 8.3 is really ancient.
PostgreSQL-win32 should be as native as possible, including all
naming/path/registry conventions. The more familiar pgsql looks to
hardcore windowers, the better will be the acceptance for a newbie.

Regards,
Andreas


From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Dann Corbit <DCorbit(at)connx(dot)com>
Cc: Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers-win32 <pgsql-hackers-win32(at)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [pgsql-hackers-win32] What's left?
Date: 2004-01-26 17:15:13
Message-ID: 200401261715.i0QHFD829163@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-hackers-win32

Dann Corbit wrote:
> I may be able to help on the localization and path stuff. We have
> solved those issues for our port of 7.1.3, and I expect the work for 7.5
> to be extremely similar.
>
> Where can I get the latest tarball for Win32 development?

CVS HEAD now has all the Win32 work.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073


From: Jan Wieck <JanWieck(at)Yahoo(dot)com>
To: Steve Tibbett <stevex(at)stevex(dot)org>
Cc: "'David Garamond'" <lists(at)zara(dot)6(dot)isreserved(dot)com>, "'Dann Corbit'" <DCorbit(at)connx(dot)com>, "'Claudio Natoli'" <claudio(dot)natoli(at)memetrics(dot)com>, "'Andrew Dunstan'" <andrew(at)dunslane(dot)net>, "'pgsql-hackers-win32'" <pgsql-hackers-win32(at)postgresql(dot)org>, "'PostgreSQL-development'" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] What's left?
Date: 2004-02-02 15:33:42
Message-ID: 401E6DD6.3020600@Yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-hackers-win32

Steve Tibbett wrote:
> I think users would prefer %ProgramFiles%\PostgreSQL - that's what Mozilla
> and some other projects do, although still other projects do
> %ProgramFiles%\GNU\PostgreSQL.

What would be the reason to put PostgreSQL into %ProgramFiles%\GNU ?

Jan

>
> I'd vote for %ProgramFiles%\PostgreSQL.
>
> - Steve
>
>
> -----Original Message-----
> From: pgsql-hackers-win32-owner(at)postgresql(dot)org
> [mailto:pgsql-hackers-win32-owner(at)postgresql(dot)org] On Behalf Of David
> Garamond
> Sent: January 23, 2004 2:42 AM
> To: Dann Corbit
> Cc: Claudio Natoli; Andrew Dunstan; pgsql-hackers-win32;
> PostgreSQL-development
> Subject: Re: [pgsql-hackers-win32] [HACKERS] What's left?
>
> Dann Corbit wrote:
>>>>But for now I suggest that the default prefix on Windows is
>>>>C:\Program Files\PostgreSQL
>>
>> More properly:
>> %ProgramFiles%\PostgreSQL
>
> Another suggestion: %ProgramFiles%\PGDG\PostgreSQL (or even
> %ProgramFiles%\PGDG\PostgreSQL 7.5). Apache2 uses %ProgramFiles%\Apache
> Group\Apache2.
>
> Note: Many software uses the %ProgramFiles%\<VendorName>\<ProductName>
> convention, but apparently Microsoft itself puts stuffs right under
> %ProgramFiles% (%ProgramFiles%\Microsoft Money, \Internet Explorer, \Windows
> Media Player, etc).
>
>> And then, if they don't like that, let them put it wherever they darn
>> well please.
>
> --
> dave
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings

--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #