find_psql_error - Mailing list pgsql-general

From Jay Levitt
Subject find_psql_error
Date
Msg-id CANSg5mqvbLts3KV4qB+nd=5QemgrZJwvpHm-S1FZiXBYA4TawQ@mail.gmail.com
Whole thread Raw
List pgsql-general
I got tired of this:


psql:lib/sql/similarity.sql:97: ERROR:  column o.user_id does not
exist at character 426

So I wrote this:

https://github.com/jaylevitt/find_psql_error

And you call it like this:

find_psql_error "psql:lib/sql/similarity.sql:97: ERROR:  column
o.user_id does not exist at character 426"

Enjoy.  Suggestions welcome.  Requires Ruby 1.9.

pgsql-general by date:

Previous
From: Brar Piening
Date:
Subject: Re: dll files missing in postgrsql bin folder in Windows
Next
From: Condor
Date:
Subject: Re: How to make replica and use it when master is down ?