<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Ruby on Rails: First contact</title>
	<link>http://agylen.com/2005/12/02/ruby-on-rails-first-contact/</link>
	<description>Ugo Cei's Weblog</description>
	<pubDate>Thu, 20 Nov 2008 18:42:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Simon Harris</title>
		<link>http://agylen.com/2005/12/02/ruby-on-rails-first-contact/#comment-716</link>
		<dc:creator>Simon Harris</dc:creator>
		<pubDate>Sat, 03 Dec 2005 04:51:25 +0000</pubDate>
		<guid>http://agylen.com/2005/12/02/ruby-on-rails-first-contact/#comment-716</guid>
		<description>Ditto. I use serial in postgres all the time without a problem.

I don't know what I'd do without postgres. MySQL truly sux ass. It's slow. Bloated. I'm always bemused when a "relational" database doesn't support referential integrity _properly_.</description>
		<content:encoded><![CDATA[<p>Ditto. I use serial in postgres all the time without a problem.</p>
<p>I don&#8217;t know what I&#8217;d do without postgres. MySQL truly sux ass. It&#8217;s slow. Bloated. I&#8217;m always bemused when a &#8220;relational&#8221; database doesn&#8217;t support referential integrity _properly_.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tracy</title>
		<link>http://agylen.com/2005/12/02/ruby-on-rails-first-contact/#comment-712</link>
		<dc:creator>Tracy</dc:creator>
		<pubDate>Fri, 02 Dec 2005 21:31:20 +0000</pubDate>
		<guid>http://agylen.com/2005/12/02/ruby-on-rails-first-contact/#comment-712</guid>
		<description>I was thinking that when I read it, that pgsql did doe serial. I was doing the O'Reilly tutorials in PostgreSQL instead of MySQL and used serial.</description>
		<content:encoded><![CDATA[<p>I was thinking that when I read it, that pgsql did doe serial. I was doing the O&#8217;Reilly tutorials in PostgreSQL instead of MySQL and used serial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian  McCallister</title>
		<link>http://agylen.com/2005/12/02/ruby-on-rails-first-contact/#comment-711</link>
		<dc:creator>Brian  McCallister</dc:creator>
		<pubDate>Fri, 02 Dec 2005 21:22:40 +0000</pubDate>
		<guid>http://agylen.com/2005/12/02/ruby-on-rails-first-contact/#comment-711</guid>
		<description>Umh, postgres does serial... 

brianm=# create table foo (id serial primary key);
NOTICE:  CREATE TABLE will create implicit sequence "foo_id_seq" for serial column "foo.id"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "foo_pkey" for table "foo"
CREATE TABLE
brianm=#  

Weird =/</description>
		<content:encoded><![CDATA[<p>Umh, postgres does serial&#8230; </p>
<p>brianm=# create table foo (id serial primary key);<br />
NOTICE:  CREATE TABLE will create implicit sequence &#8220;foo_id_seq&#8221; for serial column &#8220;foo.id&#8221;<br />
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index &#8220;foo_pkey&#8221; for table &#8220;foo&#8221;<br />
CREATE TABLE<br />
brianm=#  </p>
<p>Weird =/</p>
]]></content:encoded>
	</item>
</channel>
</rss>
