# PostgreSQL Conference Europe 2013

DevFeed: [PostgreSQL Conference Europe 2013](<https://devfeed.tech/articles/postgresql-conference-europe-2013-34652.md>)

Original publisher: [Read original article](<https://tapoueh.org/conf/postgresql-conference-europe-2013/>)

Published: 2013-10-28T23:00:00Z

Content type: article

Language: en

Sources: [Dimitri Fontaine](<https://devfeed.tech/sources/dimitri-fontaine.md>)

Topics: [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Extension](<https://devfeed.tech/topics/extension.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>), [C](<https://devfeed.tech/topics/c.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>)

Tags: [c](<https://devfeed.tech/tags/c.md>), [conference](<https://devfeed.tech/tags/conference.md>), [europe](<https://devfeed.tech/tags/europe.md>), [extensions](<https://devfeed.tech/tags/extensions.md>), [migration](<https://devfeed.tech/tags/migration.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

A recap of PostgreSQL Conference Europe 2013 in Dublin, highlighting talks on migrating from MySQL to PostgreSQL with pgloader and on writing and using PostgreSQL extensions, including C datatypes and the indexing API.

## Source excerpt

The first talk covers migrating from MySQL to PostgreSQL in a single command line thanks to pgloader, your migration companion. The second talk is a 3 hours-long tutorial about Writing and Using PostgreSQL Extensions, covering all the aspects from create extension to writing a PostgreSQL datatype in C, and implementing the indexing API. It's easier than you thought!