You are not logged in.
- Topics: Active | Unanswered
Pages: 1
#1 2008-07-12 14:21:18
- eric235u
- Member

- From: free software land
- Registered: 2008-05-10
- Posts: 68
- Website
Anybody Using PostgreSQL?
i'm going to be using it. i know flux and can do it but was wondering if anybody else here is using postgre?
i'm also concerned with mention of a possible exploit. anybody know about this?
http://fluxbb.org/forums/post/9980/#p9980
thanks for any info.
please don't turn this into a mysql vs postgre flame war. i like both databases very much.
healthfit-pro.com - information and software for fitness professionals
Offline
#2 2008-07-12 22:03:18
- MattF
- Member

- From: South Yorkshire, England
- Registered: 2008-05-06
- Posts: 1,230
- Website
Re: Anybody Using PostgreSQL?
With 1.2*, yes. I've given it a quick whirl with 1.3 a couple of times, (for testing), and no problems were encountered. Worked as sweet as a nut.
As to that exploit thing, I've no idea. As you can probably guess, I'm interested in the outcome of that post too. ![]()
Screw the chavs and God save the Queen!
Offline
#3 2008-07-13 02:04:00
- Smartys
- Former Developer
- Registered: 2008-04-27
- Posts: 3,117
- Website
Re: Anybody Using PostgreSQL?
The post was referring to the SQL inject corrected in the current set of hotfixes.
The problem is that PostgreSQL and many other DBMS allow for multiple queries to be sent, using ; as the delimiter. That means any SQL inject can lead to an arbitrary new query being run. MySQL only allows one query per function call except when using a certain mysqli function.
Offline
#4 2008-07-13 02:13:25
- MattF
- Member

- From: South Yorkshire, England
- Registered: 2008-05-06
- Posts: 1,230
- Website
Re: Anybody Using PostgreSQL?
The post was referring to the SQL inject corrected in the current set of hotfixes.
The problem is that PostgreSQL and many other DBMS allow for multiple queries to be sent, using ; as the delimiter. That means any SQL inject can lead to an arbitrary new query being run. MySQL only allows one query per function call except when using a certain mysqli function.
Cheers for that.
I assume that's not a problem which affects the 1.2* branch, just 1.3*?
Screw the chavs and God save the Queen!
Offline
#5 2008-07-13 02:30:23
- Smartys
- Former Developer
- Registered: 2008-04-27
- Posts: 3,117
- Website
Re: Anybody Using PostgreSQL?
Correct, the SQL inject was in 1.3.
Offline
Pages: 1
