kiwanami / emacs-edbi

Database Interface for Emacs Lisp
350 stars 34 forks source link

Unable to obtain table definition for postgresql databases. #28

Closed proofit404 closed 9 years ago

proofit404 commented 10 years ago

I connect to postgres database, press SPC on table. *edbi-dbviewer-table* buffer don't show any table information. Only database connection info available. Possibly it depends from https://github.com/kiwanami/emacs-edbi/blob/master/edbi.el#L543 typo.

kiwanami commented 10 years ago

Hi @proofit404 Thank you for your report. I fixed the typo. Will you check it?

However, in my environment (Linux / Postgresql 9.1-9.2 / Emacs 23.4-24.3), I haven't met any problem. So, I could not find it.

proofit404 commented 9 years ago

Hi @kiwanami I install latest edbi from melpa mirror. The problem still persist. As far as I understand table-info method implemented as part of dbi. Maybe it's a problem with my perl installation.