Blog
#PgEast update, trainings, roundtables and NYC -- Oh my
NoSQL, ??? Is there a threat?
#PgEast session schedule is up
#PgEast Training Schedule is up
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?)
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!