It's not a big issue really but the table definition for {page_title} for PostgreSQL
is set with a column type of TEXT for the 'page_title' column. It is set as a
VARCHAR(255) for MySQL. For efficiency sake and for consistency between the
tables in both databases the column in PostgreSQL should be changed to
a VARCHAR.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | page_title.install.238555.patch | 1.44 KB | jaydub |
Comments
Comment #1
nicholasthompsonI've never used PostgreSQL (ever) - so would appreciate a patch for this (plus help testing).
Can you also provide an update function which will alter the table in PostgreSQL to be correct.
Comment #2
jaydub commentedhere you go. tested it out and it worked for me at least...
Comment #3
jaydub commentedthe table was missing the PRIMARY KEY for (nid) as well so I included
that change as well
Comment #4
nicholasthompsoncheers
Comment #5
nicholasthompsonFixed in latest DRUPAL-5--2 release - commit here:
http://drupal.org/cvs?commit=127925
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.