<?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: Auto Increment in Postgres like Mysql</title>
	<atom:link href="http://codytaylor.org/2009/05/auto-increment-in-postgres-like-mysql.html/feed" rel="self" type="application/rss+xml" />
	<link>http://codytaylor.org/2009/05/auto-increment-in-postgres-like-mysql.html</link>
	<description>From Cody Taylor.</description>
	<lastBuildDate>Thu, 13 Oct 2011 06:41:44 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://codytaylor.org/2009/05/auto-increment-in-postgres-like-mysql.html/comment-page-1#comment-1836</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 21 May 2009 23:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://codytaylor.org/?p=14005#comment-1836</guid>
		<description>Sorry if you misunderstood. When I was creating my table I was expecting a data type named &quot;auto increment&quot;. I had to google what the type name was for postgres so it&#039;s not really that straight forward.</description>
		<content:encoded><![CDATA[<p>Sorry if you misunderstood. When I was creating my table I was expecting a data type named &#8220;auto increment&#8221;. I had to google what the type name was for postgres so it&#8217;s not really that straight forward.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Kugler</title>
		<link>http://codytaylor.org/2009/05/auto-increment-in-postgres-like-mysql.html/comment-page-1#comment-1823</link>
		<dc:creator>Joshua Kugler</dc:creator>
		<pubDate>Thu, 21 May 2009 18:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://codytaylor.org/?p=14005#comment-1823</guid>
		<description>I&#039;m not sure why you&#039;re saying that PostgreSQL doesn&#039;t have an &quot;auto increment&quot; type, when it clearly does, and you just talked about it: serial and bigserial (aka serial8).  If by type, you mean you don&#039;t do this:

column_name int autoincrement

Then, no, I guess it&#039;s not the same, but the functionality is identical.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure why you&#8217;re saying that PostgreSQL doesn&#8217;t have an &#8220;auto increment&#8221; type, when it clearly does, and you just talked about it: serial and bigserial (aka serial8).  If by type, you mean you don&#8217;t do this:</p>
<p>column_name int autoincrement</p>
<p>Then, no, I guess it&#8217;s not the same, but the functionality is identical.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

