>
> These books worked for me, when i started with PostgreSQL again last year.
>

There are also a few things i wish someone had told me about when i 
started. :)

    
https://github.com/kraih/minion/blob/master/lib/Minion/Backend/Pg.pm#L111

You can actually search for an array of values with "foo = any (?)"!

    https://github.com/kraih/minion/blob/master/lib/Minion/Backend/Pg.pm#L61

You can have optional conditions with "(state = $1 or $1 is null)" and the 
query planner will optimize it out if you pass an undef value.

--
sebastian

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to