database

Postgres table owner change script

Postgres can be a pain sometimes with regards to table ownership. Sometimes you need to change the owner of all tables, however posgres does not allow you to do this. I've faced this a couple of times so thought it was time to write a script to do the work for me.

This is a small php script that will change the owner of all tables in a database.

OAT framework

Video: 

I came across this really cool Javascript Framework yesterday. The framework is a little different from the other common ones (YUI, ExtJS, JQuery etc). While it does all the normal things such get AJAX calls, DOM abstraction, Event management, it also does some other things that I have never seen before. There is a pivot table, SQL query designer, database designer, vector graphics drawing facilities, drag-and-drop lines (and curves!).

The framework is unfortunately quite complex and the documentation is scant.

OAT Javascript Framework: http://oat.openlinksw.com

Syndicate content