Postgresql

Events happening in the community are now at Drupal community events on www.drupal.org.
This group should probably have more organizers. See documentation on this recommendation.

Welcome to the Postgresql group. Hope we can find out a way how the Drupal code can be more accessible to PostgreSQL users. If you don't know what PostgreSQl is, don't panic; visit http://www.postgresql.org for more help. But please dont ask here specific postgresql questions. Thank you :)

Storage API is incompatible with Postgres

Posted by jm.federico on December 11, 2015 at 2:07am

Storage API is incompatible with Postgres. I've submitted a bug report but the developer won't fix, since he is not a Postgres user.

I thought someone here would want to take a look.

Cheers

Read more

PostgreSQL issue in CRM Core

Posted by ben coleman on August 20, 2015 at 6:32pm

I've posted a patch for a PostgreSQL issue in the CRM Core module (https://www.drupal.org/node/2496619), but so far no takers on reviewing it. Anyone want to review it so we can get this pushed forward?

Read more

Need Review of Views Patch to improve workaround for pg Alias Limit 63 chars

Posted by robertwb on July 28, 2015 at 10:18am

In D8 Views got a fix to limit aliases to 60 chars plus increment #s to not run afoul of pg's 63 char limit. While both D8 and D7 may need some further review, the D7 patch most certainly needs review! See below:

D7 patch: https://www.drupal.org/node/2492833
D8 patch: https://www.drupal.org/node/571548

Read more

Drupal core's issue with postgresql

Posted by gilsbert on March 19, 2014 at 6:57pm

Hi.

I have found this specific issue with postgresql: https://drupal.org/node/2142107 .
Do you know a solution for this?

Regards,
Gilsberty

Read more
1 comment Categories: , ,

Does Drupal support DISTINCT ON (field1, field2)

Posted by mariacha1 on December 19, 2013 at 12:23am

Hi guys,

I'm new to postgreSQL in Drupal and can't figure out how to do a DISTINCT ON select within drupal's query classes with declared fields like this:

SELECT DISTINCT ON (field1, field2) field1, field2, field3 FROM table1

I see you can set a query as $query->distinct(TRUE) but that just seems to add the word DISTINCT, which if I understand it, just makes sure that all columns combined are unique.

Is this possible to pass those DISTINCT ONs to a funciton or should I rewrite my query to do it some other way?

Read more
6 comments Categories:

Menu token module needs your love

Posted by develcuy on August 30, 2013 at 4:55am

I'm the maintainer of Menu Token module. It has a bug related to PostgreSQL so looking for support in this channel.

Actually, never tried the module in a PostgreSQL installation before, bug reports are welcome!

Thanks in advance for your support!

Read more

Help with exporting drupal on postgre from live server onto MAC

Posted by elvin - albania... on August 7, 2013 at 2:31pm

Hello guys. I have been working with standart drupal/mysql for quite some time and have never had a problem even with migrating back and forth on the server and locally.

Recently i got a project of a drupal site that was developed on Postgresql and i need to develop a new theme, work with the functionality and do some testing.

I got the files on my mac and everything is ok besides the database.

I have postgresql installed, pgadmin and the phpPGadmin interface too but i cant seem to get it right.

Read more

Help us solve a Drupal 8 / pg9 critical issue re: transactions

Posted by mradcliffe on June 11, 2013 at 8:56pm

We're currently working on issues that are blocking Drupal 8 installation on postgresql. Please stop by the issue queue and tell us your opinion:

#2001350: Drupal 8 cannot be installed on Postgresql

The current issue summarized by Damien:

I suspect that we are hitting this now because PostgreSQL recently (in version 9, if I remember correctly) got support for transactional DDL. As a consequence the DDL statements that previously caused the previous (aborted) transaction to be cleared out do not anymore.

Read more

Any contributed module are known buggy to postgresql?

Posted by maxchock on May 17, 2013 at 1:48pm

Hi,

I have a VPS which i run OpenERP with Postgres and currently I'm thinking to move my Drupal 7 ecommerce site from shared hosting to the VPS also. because the VPS are running only 512mb and OpenERP can only run on MySQL so I'm thinking to convert the database from MySQL to Postgresql for my Drupal commerce site.

So i'm trying to gather information see any fellows member here has problem using postgresql with contributed module here.

Regards,
Max.

Read more

Shared tables with PostgreSQL

Posted by ericsol on March 10, 2013 at 7:34pm

Hi all,

I've had good experiences with PostgreSQL and D7. No more repair tables stuff if something gliched ;-)
But now I run into a PostgreSQL specific issue: I want to share tables for users (including sessions and profile data) between different sites (all in one multi-site setup if that matters). I've done this before with D6 and MySQL but D7 gives me the following error:

Read more
2 comments Categories:

Postgres Signature module

Posted by dpovshed on November 22, 2012 at 1:43pm

Hi there!

In our recent project we had implemented 'personalized' database querying, so all queries from particular user executed (and appears in SQL log) as dedicated Postgres user.

Maybe someone find it useful for same purpose or for future evolution - like setting some users with more priority, limiting users activity, etc.

The project was initially published with sandbox status, then promoted to regular
http://drupal.org/project/pgsign

Thank you,
Dennis

Read more

INSTALLATION: PostgreSQL is not showing up as option under database configuration

Posted by netdawg on October 3, 2012 at 8:44am
  1. Web Server: apache 2.2.22 on Windows
  2. Using php as apache module version 5.3.13
  3. PostgresSQL 9.0 is FULLY functional with other PHP applications.

Installed Drupal 7 - and started configuration with

http://localhost/drupal

go through all steps with no errors until "Database configuration" under which I see only two options:

  1. MySQL, MariaDB or equivalent
  2. SQLlite

As mentioned PostgreSQL is working just fine. So, the solution in

http://www.practicalclouds.com/content/guide/installing-drupal7-postgres

Read more

Migrating a MySQL Drupal to PostgreSQL

Posted by tunic on June 25, 2012 at 6:37pm

After several hours of uncertainty it seems that I have managed to migrate a MySQL Drupal to a PostgreSQL. So I want to share my experience with this group where I think could be useful.

There are several problemas to solve: table structure translation, autoincrement values / sequences, serialized data, etc.

I've tried several ways, but always I came up against some problem.

Database schema

MySQL and PostgreSQL use different data types for its columns, they define its tables in its own way, you can't use MySQl definitions.

Read more

PostgreSQL

Posted by johnflower on May 26, 2012 at 7:53pm

I'm considering using PostgreSQL for my next Drupal 7 install, as I think it may be faster. I am worried that I may run into issues because PostgreSQL isn't as well supported. I don't want to be surprised after many hours of work by finding out that I can't do something that must be done. Is it easy to switch back to MySQL if I find I've made a mistake? Is PostgreSQL actually faster?

Can you give any advice, or point me to some useful pages?

Regards,
John

Read more

Postgres Compatibility patches languishing for lack of review/input

Posted by ben coleman on February 2, 2012 at 11:43pm

If anyone is interested in jumping in to help, this is a list of some PostgreSQL compatibility patches needing review/input. Some have never gotten any responses; others need some input from the Postgres-knowledgable.

Read more

Drupal7, PostgreSQL, bytea and unserialize

Posted by svetachu on January 3, 2012 at 8:54pm

Hi!

My attempts to get working Drupal7 with PostgreSQL db has no success.
Drupal7 and PostgreSQL db are installed.
The first request to my site gives an error message:
"Parameter of unserialize function should be string"
at the line:
$cache->data = unserialize($cache->data);
This is reasonable. PDO_pgsq returns a resource for the bytea type, data is of bytea type.

The following steps helped me:
I added the following function:

function newunserialize ($param) {
if (is_resource($param)) {
$ret = unserialize(stream_get_contents($param));
}
else {

Read more
Anonymous's picture

SOLVED: ldap_query problem in 7.10 w/ldap-7.x-1.0-beta5

Posted by Anonymous on December 25, 2011 at 10:30pm

By uninstalling LDAP modules, reinstalling, then activating components incrementally
(i.e., saving LDAP Query and LDAP Views components untill last, ldap_query table was created.
http://drupal.org/node/1386104


My LDAP auth is working like a charm, but I researching a small issue.
Any insight is greatly appreciated.

Drupal 7.10 w/ldap-7.x-1.0-beta5
Version string PostgreSQL 9.1.1, compiled by Visual C++ build 1500, 64-bit
ldap_query discussion at http://drupal.org/node/1202744

Read more

Is this group still alive?

Posted by ben coleman on November 9, 2011 at 6:26pm

Has the activity for this group gone elsewhere?

We're pretty much a Postgres-only shop, and on Drupal, that means that you end up creating plenty of module (and, occasionally, core) patches to correct Postgres incompabilities. I generally post those I create, and usually find that they languish without reviews. Would be nice if I had somewhere I could alert other Postgres users to Postgres compatibility patches that need review. Where would be a good place for that?

Read more

Postgresql 9 and Drupal 6

Posted by threading_signals on January 29, 2011 at 1:27am

I'm not ready for Drupal 7 yet. Has anyone installed drupal 6 and postgresql 9 and have it up in production? I'm curious as to if there are major difficulties. Thanks for your input!

Read more

What version of PostgreSQL are you using with Drupal?

Posted by likewhoa on December 13, 2010 at 11:31am
8.0
35% (12 votes)
9.0
65% (22 votes)
Total votes: 34
Categories:
Subscribe with RSS Syndicate content

Postgresql

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

AltStyle によって変換されたページ (->オリジナル) /