By Mike Feng on Saturday, 18 April 2015
Posted in General Issues
Replies 12
Likes 0
Views 1.4K
Votes 0
This is by and large an extension of this post: http://stackideas.com/forums/does-easysocial-run-on-joomla-3-3-1-with-postgresql-9-1, but since it's been a year I thought I'd open a new thread.

Firstly, is there a current effort in this? Secondly, I understand EasySocial uses MySQL stored functions. If it still does not support PostgreSQL, is it possible/relatively simple to manually replace the MySQL stored functions at the application level?

Thanks in advanced!

- Mike
Hello Mike,

To be honest, I have never really used PostgreSQL and not really sure how much adoption are there for PostgreSQL on Joomla. However, all of our database calls routes through the database api in Joomla and if there's a layer that handles these database calls, I believe it should work fine.

We are no longer using stored functions because it seems like not many hosting provider allows normal hosting accounts to use them.
·
Saturday, 18 April 2015 17:42
·
0 Likes
·
0 Votes
·
0 Comments
·
That is perfect! Joomla 3 core does work flawlessly with PostgreSQL, but as always the main consideration is with 3rd parties. I have never used PostgreSQL myself either, but I've seen one deployed with an extension that uses the database adapter and it's works well. Crossing my fingers. Hopefully there's some EasySocial + PostGres user out there that can confirm this.
·
Saturday, 18 April 2015 18:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mike,

Hm, what was the main reason of using PostgreSQL eh? PostgreSQL isn't as popular as MySQL or MariaDB as far as I recall?
·
Sunday, 19 April 2015 02:24
·
0 Likes
·
0 Votes
·
0 Comments
·
As of 9.3, PostgreSQL is now an RDBMS/NoSQL hybrid. So if you need certain advantages of NoSQL (eg if you have a mobile platform with massive transactional volume) then PostgreSQL is the much better option.
·
Tuesday, 21 April 2015 21:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Ah, I see. Thanks for the heads up on this Mike
·
Thursday, 23 April 2015 01:19
·
0 Likes
·
0 Votes
·
0 Comments
·
and so, is it working ?
·
Friday, 03 July 2015 02:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Meyrou,

We haven't tested install EasySocial on a PostgreSQL database but if Joomla already support PostgreSQL, then I believe EasySocial will work fine in PostgreSQL as we are calling Joomla db's API

Hope this help and have a nice day!
Sam
·
Friday, 03 July 2015 10:41
·
0 Likes
·
0 Votes
·
0 Comments
·
you should test it and validate it, since joomla is postgre compliant, and you are selling your extensions.
i ordered your extensions and now can't use it : it won't simply install themsleves on a J3.4 PGSQL server.
·
Tuesday, 07 July 2015 18:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Meyrou,

Most of our SQL queries are being wrapped through Joomla's database query and if these database wrapper works with postgresql, it should work too.
·
Tuesday, 07 July 2015 18:33
·
0 Likes
·
0 Votes
·
0 Comments
·
but it's not :
·
Tuesday, 07 July 2015 18:58
·
0 Likes
·
0 Votes
·
0 Comments
·
or :
·
Tuesday, 07 July 2015 19:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Meyrou,

Thanks for verifying this for us. Look like EasyBlog hardcoded some of the column escaping characters to MySQL format. We will go through all the SQL statement again and we will make sure all the escape character will be handle by Joomla api

Thank and have a nice day!
Sam
·
Tuesday, 07 July 2015 19:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post