RLB3.COM

Aut disce aut discede

PostgreSQL 8.3 is just around the Corner

Posted by rlb3 Fri, 07 Dec 2007 01:41:00 GMT

8.3 upcoming Highlights

8.3 has numerous highlights just as previous versions, but we shall focus on our favorite ones.

  • Support Security Service Provider Interface (SSPI) for authentication on Windows - which presumably will allow PostgreSQL databases to enjoy the same single signon you get with Microsoft SQL Server 7-2005.
  • GSSAPI with Kerberos authentication as a new and improved authentication scheme for single signon
  • Numerous performance improvements - too many to itemize
  • The new QUERY functionality in plpgsql which offers a simpler way of returning result sets
  • Scrollable cursors in PLPgSQL
  • Improved shared buffers on windows
  • TSearch - Full Text Search is now integrated into PostgreSQL instead of being a contrib module
  • Support for SQL/XML and new XML datatype
  • ENUM datatype
  • New add-on feature to PgAdmin III - a PL debugger most compliments of EnterpriseDB

source

Posted in | no comments |

Merlin's stuff: A better psql with less

Posted by rlb3 Fri, 19 Oct 2007 21:12:00 GMT

Simple things to do to make working with postgresql better...

Posted in | no comments |

Using Perl in PostgreSQL

Posted by rlb3 Sat, 12 Nov 2005 02:40:00 GMT

The title says it all.

Posted in , | no comments |

Mysql vs Postgres

Posted by rlb3 Wed, 21 Sep 2005 14:01:00 GMT

This is an article that compares the speed of mysql to postgresql. And it gives reason why postgresql appears to be slower than mysql for inserts.

Posted in | no comments |

Implementing Full Text Indexing with PostgreSQL

Posted by Wed, 21 Sep 2005 03:04:00 GMT

I’ve been looking at postgresql for a little while now. One thing that I’ve been trying to understand is Tsearch2. This site seems to be a good walk through and resource for other Tsearch2 info.

Posted in | no comments |