<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>scripts/upgrades/2.2_to_2.2.1.sql needs pgsql version</title> 
  <pubDate>Fri, 10 Apr 2026 06:34:49 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/7598</link> 
  <atom:link rel="self" type="application/rss+xml" title="scripts/upgrades/2.2_to_2.2.1.sql needs pgsql version" href="https://bugs.horde.org/ticket/7598/rss" /> 
  <description>scripts/upgrades/2.2_to_2.2.1.sql needs pgsql version</description> 
 
   
   
  <item> 
   <title>In the kronolith/scripts/upgrades/2.2_to_2.2.1.sql file, the</title> 
   <description>In the kronolith/scripts/upgrades/2.2_to_2.2.1.sql file, the following 

queries are not accepted by Postgresql:



ALTER TABLE mnemo_shares CHANGE share_owner share_owner VARCHAR(255);

ALTER TABLE mnemo_shares_users CHANGE user_uid user_uid VARCHAR(255);



These will work with MySQL, but there should be a 2.2_to_2.2.1.pgsql.sql 

file containing the following PostgreSQL-compatible queries:



ALTER TABLE mnemo_shares ALTER COLUMN share_owner TYPE VARCHAR(255);

ALTER TABLE mnemo_shares_users ALTER COLUMN user_uid TYPE VARCHAR(255);



This is covered by Changing a Column&#039;s Data Type on the following 

PostgreSQL reference page:



http://www.postgresql.org/docs/8.3/static/ddl-alter.html#AEN2337</description> 
   <pubDate>Tue, 28 Oct 2008 18:31:24 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7598#t50117</link> 
  </item> 
   
  <item> 
   <title>Correction:



In the mnemo/scripts/upgrades/2.2_to_2.2.1.sq</title> 
   <description>Correction:



In the mnemo/scripts/upgrades/2.2_to_2.2.1.sql file, the following...



&gt; In the kronolith/scripts/upgrades/2.2_to_2.2.1.sql file, the following

&gt; queries are not accepted by Postgresql:

&gt;

&gt; ALTER TABLE mnemo_shares CHANGE share_owner share_owner VARCHAR(255);

&gt; ALTER TABLE mnemo_shares_users CHANGE user_uid user_uid VARCHAR(255);

&gt;

&gt; These will work with MySQL, but there should be a 2.2_to_2.2.1.pgsql.sql

&gt; file containing the following PostgreSQL-compatible queries:

&gt;

&gt; ALTER TABLE mnemo_shares ALTER COLUMN share_owner TYPE VARCHAR(255);

&gt; ALTER TABLE mnemo_shares_users ALTER COLUMN user_uid TYPE VARCHAR(255);

&gt;

&gt; This is covered by Changing a Column&#039;s Data Type on the following

&gt; PostgreSQL reference page:

&gt;

&gt; http://www.postgresql.org/docs/8.3/static/ddl-alter.html#AEN2337

</description> 
   <pubDate>Tue, 28 Oct 2008 18:46:32 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7598#t50119</link> 
  </item> 
   
  <item> 
   <title>This script has already been added.</title> 
   <description>This script has already been added.</description> 
   <pubDate>Tue, 28 Oct 2008 22:34:08 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7598#t50128</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
