<?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.3.sql needs pgsql version</title> 
  <pubDate>Fri, 10 Apr 2026 01:39:31 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/7597</link> 
  <atom:link rel="self" type="application/rss+xml" title="scripts/upgrades/2.2_to_2.3.sql needs pgsql version" href="https://bugs.horde.org/ticket/7597/rss" /> 
  <description>scripts/upgrades/2.2_to_2.3.sql needs pgsql version</description> 
 
   
   
  <item> 
   <title>In the kronolith/scripts/upgrades/2.2_to_2.3.sql file, the f</title> 
   <description>In the kronolith/scripts/upgrades/2.2_to_2.3.sql file, the following queries are not accepted by Postgresql:



ALTER TABLE kronolith_shares CHANGE share_owner share_owner VARCHAR(255);

ALTER TABLE kronolith_shares_users CHANGE user_uid user_uid VARCHAR(255);

ALTER TABLE kronolith_shares_groups CHANGE group_uid group_uid VARCHAR(255);



These will work with MySQL, but there should be a 2.2_to_2.3.pgsql.sql file containing the following PostgreSQL-compatible queries:



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

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

ALTER TABLE kronolith_shares_groups ALTER COLUMN group_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:21:58 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7597#t50116</link> 
  </item> 
   
  <item> 
   <title>Duplicate of bug #7454.</title> 
   <description>Duplicate of bug #7454.</description> 
   <pubDate>Tue, 28 Oct 2008 22:32:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7597#t50126</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
