[Russian] PostgreSQL forum on SQL.RU: Boolean events and a query to define similarity // как лучше сделать запрос для определения похожести событий? / PostgreSQL : Форум на SQL.RU

http://sql.ru/forum/actualthread.aspx?tid=549868 Say we have a table with a lot of boolean columns. One row in that table defines an “event” entity, so basically event 1 can look like 00001 and event 2 can look like 01001. Post discusses a ways to define similarities between events (XOR)

<(-_-)> on PostgreSQL

http://kaiv.wordpress.com/ Blog of Kristo Kaiv - Skype architect / DBA

снова про деревья / PostgreSQL : Форум на SQL.RU

http://www.sql.ru/forum/actualthread.aspx?tid=499910 simple tree for cascade menues in postgers

blog: Stacked recordset (multirecordset) PostgreSQL PL/pgsql

http://okbob.blogspot.com/2007/11/stacked-recordset-multirecordset.html multi-records set and cross-table queries

» Blog Archive » find overlapping time ranges

http://www.depesz.com/index.php/2007/11/21/find-overlapping-time-ranges/ how to use “search by timerange” postgres and use index

Horses are terrible people.: First impressions of plProxy

http://gavinroy.com/2007/10/6/first-impressions-of-plproxy notes on Pl/Proxy (interdatabase connectivity for stored prosedures )

Re: hexadecimal to decimal [in postgresql]

http://archives.postgresql.org/pgsql-general/2003-07/msg01507.php how to convert hex to decimal in Postgres

Pl/Pgsql - Greg's Postgres stuff

http://people.planetpostgresql.org/greg/index.php?/categories/19-PlPgsql some interesting notes on PL/PGSQL programing

PostgreSQL: PostgreSQL 7.3 Set Returning Functions

http://www.postgresql.org/docs/techdocs.17 returning multiple rows from a function in postgresql