MySQL\'s explain output is pretty straightforward. PostgreSQL\'s is a little more complicated. I haven\'t been able to find a good resource that explains it either.
PostgreSQL's official documentation provides an interesting, thorough explanation on how to understand explain's output.