<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Resize a column in a PostgreSQL table without changing data</title> <atom:link href="http://sniptools.com/databases/resize-a-column-in-a-postgresql-table-without-changing-data/feed" rel="self" type="application/rss+xml" /><link>http://sniptools.com/databases/resize-a-column-in-a-postgresql-table-without-changing-data</link> <description>Design &#38; Technology Observations</description> <lastBuildDate>Wed, 09 May 2012 20:59:10 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: Joe Van Dyk</title><link>http://sniptools.com/databases/resize-a-column-in-a-postgresql-table-without-changing-data#comment-2692</link> <dc:creator>Joe Van Dyk</dc:creator> <pubDate>Thu, 15 Mar 2012 21:37:40 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/?p=432#comment-2692</guid> <description>I believe 9.1 will let you do this without a table rewrite, but indexes will still need to be rebuilt.</description> <content:encoded><![CDATA[<p>I believe 9.1 will let you do this without a table rewrite, but indexes will still need to be rebuilt.</p> ]]></content:encoded> </item> <item><title>By: Sniptools</title><link>http://sniptools.com/databases/resize-a-column-in-a-postgresql-table-without-changing-data#comment-2623</link> <dc:creator>Sniptools</dc:creator> <pubDate>Wed, 27 Apr 2011 05:51:48 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/?p=432#comment-2623</guid> <description>googol, that will take a long time as it goes through the entire table -- each and every row.The approach I suggest will be done in microseconds.</description> <content:encoded><![CDATA[<p>googol, that will take a long time as it goes through the entire table — each and every row.</p><p>The approach I suggest will be done in microseconds.</p> ]]></content:encoded> </item> <item><title>By: Ranjit</title><link>http://sniptools.com/databases/resize-a-column-in-a-postgresql-table-without-changing-data#comment-2618</link> <dc:creator>Ranjit</dc:creator> <pubDate>Tue, 12 Apr 2011 09:31:31 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/?p=432#comment-2618</guid> <description>Good .
But this can also be achived by below syntaxALTER TABLE  ALTER COLUMN  TYPE (new length);</description> <content:encoded><![CDATA[<p>Good .<br
/> But this can also be achived by below syntax</p><p>ALTER TABLE  ALTER COLUMN  TYPE (new length);</p> ]]></content:encoded> </item> <item><title>By: googol</title><link>http://sniptools.com/databases/resize-a-column-in-a-postgresql-table-without-changing-data#comment-2596</link> <dc:creator>googol</dc:creator> <pubDate>Tue, 25 Jan 2011 18:09:38 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/?p=432#comment-2596</guid> <description>ALTER TABLE auth_permission ALTER &quot;name&quot; TYPE character varying(255);</description> <content:encoded><![CDATA[<p>ALTER TABLE auth_permission ALTER "name" TYPE character varying(255);</p> ]]></content:encoded> </item> <item><title>By: Ronald</title><link>http://sniptools.com/databases/resize-a-column-in-a-postgresql-table-without-changing-data#comment-2588</link> <dc:creator>Ronald</dc:creator> <pubDate>Thu, 30 Dec 2010 10:28:55 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/?p=432#comment-2588</guid> <description>Super, thanx! It even works when the field is included in a view, and normally you need to drop the view to alter the field.</description> <content:encoded><![CDATA[<p>Super, thanx! It even works when the field is included in a view, and normally you need to drop the view to alter the field.</p> ]]></content:encoded> </item> <item><title>By: AquilaX&#8217;s development blog - Resize column in postgres without recreating</title><link>http://sniptools.com/databases/resize-a-column-in-a-postgresql-table-without-changing-data#comment-2492</link> <dc:creator>AquilaX&#8217;s development blog - Resize column in postgres without recreating</dc:creator> <pubDate>Wed, 17 Feb 2010 14:08:44 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/?p=432#comment-2492</guid> <description>[...] A nice hack for postgres field size: http://sniptools.com/databases/resize-a-column-in-a-postgresql-table-without-changing-data [...]</description> <content:encoded><![CDATA[<p>[…] A nice hack for postgres field size: <a
href="http://sniptools.com/databases/resize-a-column-in-a-postgresql-table-without-changing-data" rel="nofollow">http://sniptools.com/databases/resize-a-column-in-a-postgresql-table-without-changing-data</a> […]</p> ]]></content:encoded> </item> <item><title>By: Farhan Ansari</title><link>http://sniptools.com/databases/resize-a-column-in-a-postgresql-table-without-changing-data#comment-2434</link> <dc:creator>Farhan Ansari</dc:creator> <pubDate>Wed, 24 Jun 2009 06:06:13 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/?p=432#comment-2434</guid> <description>Very helpful... thanks</description> <content:encoded><![CDATA[<p>Very helpful… thanks</p> ]]></content:encoded> </item> <item><title>By: Chris Fierer &#187; Resize a column in a PostgreSQL table without temporary tables</title><link>http://sniptools.com/databases/resize-a-column-in-a-postgresql-table-without-changing-data#comment-2421</link> <dc:creator>Chris Fierer &#187; Resize a column in a PostgreSQL table without temporary tables</dc:creator> <pubDate>Mon, 18 May 2009 14:35:50 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/?p=432#comment-2421</guid> <description>[...] How to &#8220;Resize a column in a PostgreSQL table without changing data&#8220;. [...]</description> <content:encoded><![CDATA[<p>[…] How to “Resize a column in a PostgreSQL table without changing data“. […]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 6/8 queries in 0.003 seconds using disk: basic
Object Caching 555/555 objects using disk: basic

Served from: www.sniptools.com @ 2012-05-17 19:25:09 -->
