I came across an interesting technique for dropping all the tables in a PostgreSQL Database without dropping the whole database. Just drop this little piece of code into the database and the returning set is a list of sql that can be coppied and pasted right back into the database. [code]SELECT ‘DROP TABLE ‘||c.relname ||’ […]
Tag Archives: OpenSource
I had been completely on finding a dozen or so wikis and installing them in various fashions and trying out a feature/wish list hoping that I would find one that suited all my needs and as many Wants as I could get.