<?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: Started coding</title>
	<atom:link href="http://sprovoost.nl/2008/05/26/started-coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://sprovoost.nl/2008/05/26/started-coding/</link>
	<description>All about me</description>
	<lastBuildDate>Wed, 21 Jul 2010 12:55:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Nils</title>
		<link>http://sprovoost.nl/2008/05/26/started-coding/comment-page-1/#comment-823</link>
		<dc:creator>Nils</dc:creator>
		<pubDate>Mon, 26 May 2008 11:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://sprovoost.nl/?p=73#comment-823</guid>
		<description>Er zijn blijkbaar nogal wat manieren om PostgreSQL te gebruiken met Python:
http://packages.ubuntu.com/hardy/python-pgsql (PostgreSQL v7.x only?)
http://packages.ubuntu.com/hardy/python-psycopg
http://packages.ubuntu.com/hardy/python-psycopg2
http://packages.ubuntu.com/hardy/python-pygresql

En kende je osm2pgsql al?
http://packages.ubuntu.com/hardy/osm2pgsql - OpenStreetMap data to PostgreSQL converter

Ik neem aan dat je PostGIS al gevonden had?
http://packages.ubuntu.com/hardy/postgresql-8.3-postgis - geographic objects support for PostgreSQL 8.3

Wat algemene PostgreSQL tools:
http://packages.ubuntu.com/hardy/pgadmin3 - graphical administration tool for PostgreSQL
http://packages.ubuntu.com/hardy/phppgadmin - Set of PHP scripts to administrate PostgreSQL over the WWW
http://packages.ubuntu.com/hardy/postgresql-autodoc - utility to create PostrgreSQL database schema overview in HTML, DOT and XML

En mocht je Python als procedurele taal *binnen* databases willen kunnen gebruiken:
http://packages.ubuntu.com/hardy/postgresql-plpython-8.3 - PL/Python procedural language for PostgreSQL 8.3

Zelf ben ik bezig met PL/pgSQL. Zie http://www.postgresql.org/docs/8.3/static/xplang.html voor meer informatie over procedurele talen in PostgreSQL.

Django is een web framework. Ik weet niet of je doel het bouwen van een website is, maar anders heb je daar niet zoveel aan waarschijnlijk.

Zelf heb ik vorige week de dblink-module ontdekt en die maakt mijn leven een heel stuk simpeler (remote databases in 1 omgeving samenbrengen): http://www.postgresql.org/docs/8.3/static/dblink.html

Ik ben zelf dus ook bezig met PostgreSQL. Ik werk niet met geografische data, maar ben wel geïnteresseerd in wat je allemaal uitspookt met PostgreSQL.</description>
		<content:encoded><![CDATA[<p>Er zijn blijkbaar nogal wat manieren om PostgreSQL te gebruiken met Python:<br />
<a href="http://packages.ubuntu.com/hardy/python-pgsql" rel="nofollow">http://packages.ubuntu.com/hardy/python-pgsql</a> (PostgreSQL v7.x only?)<br />
<a href="http://packages.ubuntu.com/hardy/python-psycopg" rel="nofollow">http://packages.ubuntu.com/hardy/python-psycopg</a><br />
<a href="http://packages.ubuntu.com/hardy/python-psycopg2" rel="nofollow">http://packages.ubuntu.com/hardy/python-psycopg2</a><br />
<a href="http://packages.ubuntu.com/hardy/python-pygresql" rel="nofollow">http://packages.ubuntu.com/hardy/python-pygresql</a></p>
<p>En kende je osm2pgsql al?<br />
<a href="http://packages.ubuntu.com/hardy/osm2pgsql" rel="nofollow">http://packages.ubuntu.com/hardy/osm2pgsql</a> &#8211; OpenStreetMap data to PostgreSQL converter</p>
<p>Ik neem aan dat je PostGIS al gevonden had?<br />
<a href="http://packages.ubuntu.com/hardy/postgresql-8.3-postgis" rel="nofollow">http://packages.ubuntu.com/hardy/postgresql-8.3-postgis</a> &#8211; geographic objects support for PostgreSQL 8.3</p>
<p>Wat algemene PostgreSQL tools:<br />
<a href="http://packages.ubuntu.com/hardy/pgadmin3" rel="nofollow">http://packages.ubuntu.com/hardy/pgadmin3</a> &#8211; graphical administration tool for PostgreSQL<br />
<a href="http://packages.ubuntu.com/hardy/phppgadmin" rel="nofollow">http://packages.ubuntu.com/hardy/phppgadmin</a> &#8211; Set of PHP scripts to administrate PostgreSQL over the WWW<br />
<a href="http://packages.ubuntu.com/hardy/postgresql-autodoc" rel="nofollow">http://packages.ubuntu.com/hardy/postgresql-autodoc</a> &#8211; utility to create PostrgreSQL database schema overview in HTML, DOT and XML</p>
<p>En mocht je Python als procedurele taal *binnen* databases willen kunnen gebruiken:<br />
<a href="http://packages.ubuntu.com/hardy/postgresql-plpython-8.3" rel="nofollow">http://packages.ubuntu.com/hardy/postgresql-plpython-8.3</a> &#8211; PL/Python procedural language for PostgreSQL 8.3</p>
<p>Zelf ben ik bezig met PL/pgSQL. Zie <a href="http://www.postgresql.org/docs/8.3/static/xplang.html" rel="nofollow">http://www.postgresql.org/docs/8.3/static/xplang.html</a> voor meer informatie over procedurele talen in PostgreSQL.</p>
<p>Django is een web framework. Ik weet niet of je doel het bouwen van een website is, maar anders heb je daar niet zoveel aan waarschijnlijk.</p>
<p>Zelf heb ik vorige week de dblink-module ontdekt en die maakt mijn leven een heel stuk simpeler (remote databases in 1 omgeving samenbrengen): <a href="http://www.postgresql.org/docs/8.3/static/dblink.html" rel="nofollow">http://www.postgresql.org/docs/8.3/static/dblink.html</a></p>
<p>Ik ben zelf dus ook bezig met PostgreSQL. Ik werk niet met geografische data, maar ben wel geïnteresseerd in wat je allemaal uitspookt met PostgreSQL.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
