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 ||’ […]
Category Archives: Tech
This is my tech junk… Pretty much a catch all.
Certificates and Encodings At its core an X.509 certificate is a digital document that has been encoded and/or digitally signed according to RFC 5280. In fact, the term X.509 certificate usually refers to the IETF’s PKIX Certificate and CRL Profile of the X.509 v3 certificate standard, as specified in RFC 5280, commonly referred to as […]
How I got wordpress to integrate with bit.ly, twitter, and facebook.
I’ve been doing a lot of training lately on Novell Identity Manager. WOW what a sweet product. And the ROI is incredible. I hope to be able to share some of the features and returns here.
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.
- 1
- 2