Thread: postgresql 9.4 is not for 32 bit Windows?
Now I see this:
http://www.enterprisedb.com/ppas-platform-support
"PostgreSQL 9.4 (PG)
Generally Available: December 18, 2014
Standard Support Ends: December 18, 2017
Supported CPU Architectures and OS
Linux x86-64/32: RHEL / CentOS / OEL 7.x & 6.x, SLES 11.x, Ubuntu 14.04 LTS, Debian 7.x, Amazon Linux
Windows x86-64: Windows 2012 R2,Windows 2008 R2Apple Mac: OS X 10.9-10.6"
It appears there is no support for 32 bit computer owners?
Am I correct that enterprisedb and postgres developers are the same organization?
Should I just get WAPP from Bitnami and hope for the best? If so, should I uninstall the working PG, PHP, and Apache I already have installed?
Lastly, is it possible that the documentation quoted above is accidentally missing a mention of 32-bit users? I don't even know what 32-bit and 64-bit means, it's just another stumbling block to general accessibility as far as I'm concerned. Certainly postgres developers have not decided to shut out people who don't have 32-bit machines?
Any help addressing these questions would be appreciated. I have to start with the right stuff because I want to create a web app that others can use online or offline, and these others will be less proficient than I at technical stuff, they will just want to click and type and see the magic happen.
Scott
![]() | This email has been checked for viruses by Avast antivirus software. |
Scott Robertson wrote > It appears there is no support for 32 bit computer owners? Do you really mean "support" or do you want to know if PostgreSQL will run on Windows 32bit? > Am I correct that enterprisedb and postgres developers are the same > organization? No, you are not. EnterpriseDB packages Windows binaries for the community but they are a separate entity. The PostgreSQL development team only officially "supports" compile-from-source installations. Other people and/or organizations take on the role of compiling and providing binary packages for the various platforms. EDB also offers commercial versions and commercial support whereas since PostgreSQL itself is Free-Open-Source-Software (FOSS) the community support is likewise free and all of the focus aspects and limitations that comes with that dynamic. The community is excellent but for non-bug related stuff does expect the person requesting help to be reasonably knowledgeable and willing to learn. > Lastly, is it possible that the documentation quoted above is > accidentally missing a mention of 32-bit users? I don't even know what > 32-bit and 64-bit means, it's just another stumbling block to general > accessibility as far as I'm concerned. Certainly postgres developers > have not decided to shut out people who don't have 32-bit machines? I don't think there is anything precluding 32-bit execution in the PostgreSQL source code so it is a matter of someone putting the need files together. As for your confusion on 32bit vs. 64bit I wouldn't be surprised if you actually can (and probably should) run the 64bit executable. You should probably read up on the topic a bit and check the machines that you are using to see what they are. Note also that whether EDB supports a given version is different than whether it will actually run. Given your first confusion (i.e., PostgreSQL != EDB) you likely need to better understand the landscape and/or give more details about your usage and needs if you expect any kind of clarity. > Any help addressing these questions would be appreciated. I have to > start with the right stuff because I want to create a web app that > others can use online or offline, and these others will be less > proficient than I at technical stuff, they will just want to click and > type and see the magic happen. This doesn't really qualify as "more details"...though the online/offline requirement seems odd. EDB people do monitor this list but questions pertaining to their commercial support and products, and even their non-commercial installers, will likely get better responses if asked directly to them. David J. -- View this message in context: http://postgresql.nabble.com/postgresql-9-4-is-not-for-32-bit-Windows-tp5832234p5832235.html Sent from the PostgreSQL - novice mailing list archive at Nabble.com.
Scott Robertson schrieb am 29.12.2014 um 02:28: > I had used PG 9.3.5 for a month then installed 9.4 instead. > Haven't used it much yet but it seems to work. > > Now I see this: > > http://www.enterprisedb.com/ppas-platform-support > > "PostgreSQL 9.4 (PG) > > *Generally Available*: December 18, 2014 > > *Standard Support Ends*: December 18, 2017 > /Supported CPU Architectures and OS/ > /*Linux x86-64/32:*//RHEL / CentOS / OEL 7.x & 6.x, SLES 11.x, Ubuntu 14.04 LTS, Debian 7.x, Amazon Linux/ > /*Windows x86-64*//: Windows 2012 R2,Windows 2008 R2/ > /*Apple Mac:*//OS X 10.9-10.6/" > > > It appears there is no support for 32 bit computer owners? I think you are confusing EnterpriseDB's commercial support offering with the installer packages you can download. From the main download page: http://www.enterprisedb.com/products-services-training/pgdownload you can download 32bit and 64bit installers for Windows. Thomas