Which version of Postgresql works on windows 7

Use this forum for questions and answers regarding PostGreSQL and the PGDBE.
Message
Author
User avatar
unixkd
Posts: 569
Joined: Thu Feb 11, 2010 1:39 pm

Which version of Postgresql works on windows 7

#1 Post by unixkd »

Hi all

Which version of Postgresql works on windows 7

Thanks

Joe

User avatar
SlavkoDam
Posts: 105
Joined: Wed Apr 27, 2022 10:12 am
Location: Negotin, Serbia
Contact:

Re: Which version of Postgresql works on windows 7

#2 Post by SlavkoDam »

I use 8.3.18.

Slavko
Best regards,

Slavoljub Damnjanovic
SD-SoftDesign, Alaska Software Technology Partner
https://www.sd-softdesign.com
https://www.sd-softdesign.rs

User avatar
Tom
Posts: 1184
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: Which version of Postgresql works on windows 7

#3 Post by Tom »

I use 8.3.18.
That is 16 years old.

It maybe won't work with PGDBE/ISAM emulation. 8-)
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

User avatar
unixkd
Posts: 569
Joined: Thu Feb 11, 2010 1:39 pm

Re: Which version of Postgresql works on windows 7

#4 Post by unixkd »

That is 16 years old.

It maybe won't work with PGDBE/ISAM emulation
Hi Tom

It is a client requirement. I dont use PGDBE but SQLExpress

Thanks.

Joe

User avatar
SlavkoDam
Posts: 105
Joined: Wed Apr 27, 2022 10:12 am
Location: Negotin, Serbia
Contact:

Re: Which version of Postgresql works on windows 7

#5 Post by SlavkoDam »

It maybe won't work with PGDBE/ISAM emulation.
Yes it works, I use it with PGDBE/ISAM emulation and its works fine. You obviously didn't try and don't know. :lol:
This version is distributed with old versions of XPP 2.0, and it works with PGDBE on Windows XP, 7, 8.1, 10.
Best regards,

Slavoljub Damnjanovic
SD-SoftDesign, Alaska Software Technology Partner
https://www.sd-softdesign.com
https://www.sd-softdesign.rs

k-insis
Posts: 111
Joined: Fri Jan 28, 2011 4:07 am

Re: Which version of Postgresql works on windows 7

#6 Post by k-insis »

hi

Last one is release 10.

https://www.postgresql.org/download/windows/

It will work with SqlExpress without problem , just make sure machine is on UPS so no power loss happens (data corruption).

And under no circumstances you should expose such machine on public IP address as it will be easy prey to malicious people.


unixkd wrote: Sun Jul 07, 2024 4:21 am
That is 16 years old.

It maybe won't work with PGDBE/ISAM emulation
Hi Tom

It is a client requirement. I dont use PGDBE but SQLExpress

Thanks.

Joe

User avatar
Tom
Posts: 1184
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: Which version of Postgresql works on windows 7

#7 Post by Tom »

Last one is 16, not 10.

SQLexpress even works with older versions. SQLexpress doesn't talk to the server directly. It uses ODBC.
You obviously didn't try and don't know.
No, I did not know. Besides, it's not a relevant information for me, since we wouldn't recommend our customers to install 16 years old software on their systems.
This version is distributed with old versions of XPP 2.0, and it works with PGDBE
I wonder if it works with current versions of Xbase++. No, I'm not interested; I just wonder. ;)
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

User avatar
SlavkoDam
Posts: 105
Joined: Wed Apr 27, 2022 10:12 am
Location: Negotin, Serbia
Contact:

Re: Which version of Postgresql works on windows 7

#8 Post by SlavkoDam »

I wonder if it works with current versions of Xbase++. No, I'm not interested; I just wonder.
Believe or not, It works with Xbase++ build 2158. Also, Alaska documentation says this: "The PostgreSQL Database Engine supports all PostgreSQL servers, starting with Version 8.2 or higher". And again, you didn't try and didn't know, but you have to make some useless comment. :?

The request of this topic is "Which version of PostgreSql works on windows 7". Windows 7 is age 2009, and PostgreSql 8.3, what I replied, is age 2008. So, my replay is quite appropriate to the request. You should read the topic request more carefully. ;) You may recommend a client what you wont, but I wonder if PostgreSql 16 works on Windows 7? And starting from Version 11, it supports only 64-bit Windows systems.

Joe said "Thanks" to Tom. I wonder what he thanked him for, when Tom didn't give him any help regarding his request? It is only me who gave him the right help which is sure, but there is no thanks to me. This shows his ingratitude. Maybe its a problem for him that I could possibly know something that Tom don't know?
Best regards,

Slavoljub Damnjanovic
SD-SoftDesign, Alaska Software Technology Partner
https://www.sd-softdesign.com
https://www.sd-softdesign.rs

User avatar
unixkd
Posts: 569
Joined: Thu Feb 11, 2010 1:39 pm

Re: Which version of Postgresql works on windows 7

#9 Post by unixkd »

Hi Tom,
SQLexpress even works with older versions. SQLexpress doesn't talk to the server directly. It uses ODBC.
Does it matter ?

Using SQLExpress and ADS, I discovered my application in SQLExpress out perform ADSDBE and I have code reduction of about 30%.
Boriz in his documentation of SQLExpress stated that ODBC if FAST and I said how can because I had read a lot of comments where people said ODBC performs poorly and that made me not to embrace SQL even after I bought QSLExpress for over 5 years. But now I know better.

Joe

User avatar
Tom
Posts: 1184
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: Which version of Postgresql works on windows 7

#10 Post by Tom »

Hi, Joe.
Does it matter ?
Not if there's an ODBC driver that is able to talk to PG 8. And there should be one for/on Windows 7 systems.

Besides, PostGreSQL server 10 runs on Windows 7 systems. It's the oldest still supported version. Look here:
https://www.postgresql.org/download/windows/
(k-insis already mentioned that.)
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

Post Reply