Re: Problem with columns of type Text and Drupal/Prado/PHP5

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: Problem with columns of type Text and Drupal/Prado/PHP5
Дата
Msg-id 436FED1E-67AD-4931-8E27-C81987CF2C49@pgedit.com
обсуждение исходный текст
Ответ на Problem with columns of type Text and Drupal/Prado/PHP5  (hunkybill@gmail.com)
Список 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 по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Problem with columns of type Text and Drupal/Prado/PHP5
Следующее
От: PostgreSQL Admin
Дата:
Сообщение: PL/pgSQL and PHP 5