Re: Problem with columns of type Text and Drupal/Prado/PHP5 - Mailing list pgsql-php

From John DeSoi
Subject Re: Problem with columns of type Text and Drupal/Prado/PHP5
Date
Msg-id 436FED1E-67AD-4931-8E27-C81987CF2C49@pgedit.com
Whole thread Raw
In response to Problem with columns of type Text and Drupal/Prado/PHP5  (hunkybill@gmail.com)
List pgsql-php
On Aug 2, 2006, at 12:05 PM, hunkybill@gmail.com wrote:

> Examining the database storage for PHP sessions, it uses a column
> marked as TEXT to store session data. In my case of integrating not
> only Drupal, but Prado, I have extra data from Prado being saved
> into the session table. With mysql, columns of type TEXT are
> actually BLOBS. When running Drupal and Prado with mysql, session
> management works fine. With Drupal, Prado and pgsql however, I have
> a serious problem.

You need to use the bytea column type. If you need examples, Drupal
prior to 4.7 used a text column in their cache table which caused
problems with PostgreSQL. In 4.7 it has been changed to bytea. So a
comparison of the 4.6/4.7 Drupal sources should give you clues if you
want to alter additional fields for binary data because of the Prado.



John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


pgsql-php by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Problem with columns of type Text and Drupal/Prado/PHP5
Next
From: PostgreSQL Admin
Date:
Subject: PL/pgSQL and PHP 5