Tag: postgresql

Here you can see a listing of all the posts tagged with postgresql on this website.

  • Move a Django site to PostgreSQL: check

    Posted on July 26, 2008 at 22:50 +0200 Tagged with , , ,

    When I moved over from Dreamhost to Slicehost, one of the (minor) motivators was the option to use something different than MySQL. Don't get me wrong, though: MySQL is a nice system, fast, relatively memory-efficient and so on. But what drove and still drives me nuts is that not every storage engine within MySQL supports transactions. MyISAM can be as fast as it gets, if it lacks transaction support, I won't use it for at least some of my tables. And having to manually check that every time I write a new app really started to annoy me. But how to move a site like this, that is using Django, from one database system to another (or to be specific, PostgreSQL in this scenario) as simply as possible?

    [more ...]

    0 comments

  • Multiple Tracs with the Same User Database

    Posted on Nov. 14, 2007 at 19:13 +0100 Tagged with ,

    For my master thesis I'm working with a couple of other people on quite a big project which consists of multiple sub-projects. To get some order into the whole process and documentation we are about to use Trac, the free project management tool by the folks at edgewall. It simply let's you handle one project per instance with its own SVN repository and user base. But what if you want to have multiple instances with the same users but just different permissions per instance?

    [more ...]

    0 comments