Postgres and Open Source Experts

Anytime. Anywhere. Since 1997.

Blog

#PgEast update, trainings, roundtables and NYC -- Oh my

I arrived at the New Yorker yesterday to find that it was an excellent choice for our attendees to sleep. In the last couple of years they have renovated all the rooms and the hotel is quite nice. I have a double and will be here the next 12 days, yes that means I will be here on St. Patrick's day. For all those PostgreSQL Peeps that have never been …

NoSQL, ??? Is there a threat?

With #PgEast just two weeks away I have been looking for every possible place that I can to advocate the conference. In doing so, I have been finding lots of interesting tidbits of information. For example, did you know (per Stefan/Mastermind) PostgreSQL is lucky to reach 15k tps per core for SIMPLE QUERIES, whereas MySQL can do upward of 30k tps per core for SIMPLE QUERIES? There is …

#PgEast session schedule is up

The session schedule is now up. We also have a new twitter account for the conference. Further, EFF has also offered a discounted membership for #PgEast attendees, more information can be found here. Of course you can register in full here.

#PgEast Training Schedule is up

The training (not sessions) schedule is up for #PgEast trainings. You can get it right off the front page. We are running 7 sessions in parallel with a total of 9 trainings.

Grant schema usage to 2500 users? No can do!

It all started with a help request from a someone on IRC: he has about 2500 roles, and all of them have been granted USAGE privileges on a schema. He went on to create a bunch more and grant the same privilege, but it failed:

CREATE ROLE some_user_2501;
GRANT USAGE on schema genetics to some_user_2501;

ERROR:  row is too big: size 8168, maximum size 8164

Oops.

Now, let this be …

The hash code is: #PgEast (want 30% off?)

It is 21 days to PostgreSQL Conference East (#PgEast), which is set once again to break attendance records of all the western world conferences. Hosted in NYC, we have large number of sessions, over 60 speakers, a full day of trainings, an excellent NYCPug meeting at the event, and an excessive number of sponsors (nahh... we need 3x more, sponsors ROCK!). I am truly humbled at the amazing level of …

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!

That's right folks, the PostgreSQL Conference East has listed 98% of its talks. We have a lot of great talks, mini-tutorials and trainings.

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.00

    In particular I am interested to see how Four Square is using MongoDB and …

PgEast: CFP closes, TODAY!

Alright folks, last call. It is beer thirty. CFP closes today. Let's get those talks in:

Submit Talk to PgEast

PgEast: 2011 CFP closes in 3 days!

Alright slackers, you know who you are. The constant presence at every conference. The speaker, that submits their talk at 11:59PM before the CFP closes, I am talking to YOU! In three days, the CFP for what is going to be the largest PostgreSQL Conference in the Western World to date (I say Western because JPUG kicks U.S. butt in attendance just at their user meetings alone), is going to …