Displaying 1 result from an estimated 1 matches for "site_development".
2006 Apr 21
4
Bus error in ./script/console with postgres (ext. library)
...er falls back on postgres-pr and everything works fine.
Oddly, the extension library works fine through irb:
--------
% irb
irb(main):001:0> require ''postgres''
=> true
irb(main):002:0> conn = PGconn.connect("localhost", 8000, "", "",
"Site_development", "postgres")
=> #<PGconn:0x5b0b8>
irb(main):003:0> conn.db
=> "Site_development"
irb(main):004:0> res = conn.exec("select count(*) from content")
LOG: duration: 10.191 ms statement: select count(*) from content
=> #<PGresult:0x556a4>...