Blog
The hash code is: #PgEast (want 30% off?)
Changes in PL/Perl
I have been disappointed for a long time with the way PL/Perl handles array arguments. For example, let's consider a simple Perl function that takes a value and a list and checks whether the value is present in the list.
CREATE FUNCTION check_values
{
my $val = shift;
my $aref = shift;
foreach (@$aref) {
return true if $val eq $_
}
return false;
}
A practical use for this …
PgEast: Talks up and Registration open!
A simple agenda follows:
- March 22nd is training day.
Trainings range from 199.00 to 349.00 depending on half or full day. - March 23rd - 25th is the conference.
The registration is 249.00In particular I am interested to see how Four Square is using MongoDB and …
PgEast: CFP closes, TODAY!
Submit Talk to PgEast
PgEast: 2011 CFP closes in 3 days!
MongoDB at PgEast.... say what?
JD, Why would you do this? Why do we care? We are relational, they -- well I don't know what they are.
One of the goals of The PostgreSQL Conference Series is …
PostgreSQL vs MySQL @ Oracle NYC Head Quarters NYC (my brain just broke)
- There is a PHP framework called Vork that supports PostgreSQL.
- Ed Boyajian of EnterpriseDB (the new Drupal Enterprise PostgreSQL Company) gave a …
Fixing foreign key deadlocks submitted
A week ago, I submitted my patch to fix the foreign key lock problem. What I propose is almost exactly what was described in my previous blog posts, with a couple of differences.
The first is that I decided to only check unique indexes, not all indexes. This is good because you can have other indexes for performance and they will not affect locking for foreign keys. I noticed that …
PgEast: 2011, Second call for papers!
That's right folks, it is time for second call. Content is being submitted steadily. At PgWest last year, we received well over our capacity of content and we would like to keep that trend going.
The PostgreSQL Conference for Developers,End Users and Decision Makers, is being held at the Hotel Pennsylvania,in New York City from March 22nd through 25th 2011. Please …