Comments on: I’m a Postgres user, as it turns out http://www.xaprb.com/blog/2009/11/03/im-a-postgres-user-as-it-turns-out/ Stay curious! Fri, 10 May 2013 18:25:19 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Allan http://www.xaprb.com/blog/2009/11/03/im-a-postgres-user-as-it-turns-out/#comment-17551 Allan Tue, 05 Jan 2010 06:45:05 +0000 http://www.xaprb.com/blog/?p=1409#comment-17551 On a serious note, has anyone used PostgreSQL database software and compared it to MySQL experience.

]]>
By: Log Buffer #168: a Carnival of the Vanities for DBAs | Pythian Group Blog http://www.xaprb.com/blog/2009/11/03/im-a-postgres-user-as-it-turns-out/#comment-17238 Log Buffer #168: a Carnival of the Vanities for DBAs | Pythian Group Blog Fri, 06 Nov 2009 17:48:01 +0000 http://www.xaprb.com/blog/?p=1409#comment-17238 [...] On xaprdb, Baron Schwartz confesses, I’m a Postgres user, as it turns out. [...]

]]>
By: Xaprb http://www.xaprb.com/blog/2009/11/03/im-a-postgres-user-as-it-turns-out/#comment-17226 Xaprb Wed, 04 Nov 2009 00:35:02 +0000 http://www.xaprb.com/blog/?p=1409#comment-17226 I know, but it’s more fun to pretend there is a difference. I see I’ve converted you to Postgres, too! Karma++ for me, right?

]]>
By: Konstantin http://www.xaprb.com/blog/2009/11/03/im-a-postgres-user-as-it-turns-out/#comment-17225 Konstantin Wed, 04 Nov 2009 00:30:07 +0000 http://www.xaprb.com/blog/?p=1409#comment-17225 Baron, you’re using a schema. You can call it a database, if you like.

mysql> create schema postgres;
Query OK, 1 row affected (0.06 sec)

mysql> use postgres;
Database changed
mysql> select version();
+—————————+
| version() |
+—————————+
| 5.0.88-valgrind-max-debug |
+—————————+
1 row in set (0.00 sec)

]]>
By: Robin http://www.xaprb.com/blog/2009/11/03/im-a-postgres-user-as-it-turns-out/#comment-17223 Robin Tue, 03 Nov 2009 23:42:54 +0000 http://www.xaprb.com/blog/?p=1409#comment-17223 Now it shouldn’t be too difficult to write a mysql storage engine that embeds a postgresql client to expose a remote postgresql table within mysql. Could be useful. For something.

]]>