creationix / postgres-js

The postgres backend protocol implemented in pure JS for use with node.js
122 stars 26 forks source link

Can't read tablespace property #6

Open JulianBirch opened 13 years ago

JulianBirch commented 13 years ago

Try "select tablespace from pg_tables;"

It seems to believe it needs to read 2^32-1 bytes.

creationix commented 13 years ago

That sounds like a nasty bug, sorry I don't have time at the moment to look into it.