Re: [GENERAL] Love Your Database project — Thoughts on effectively handling constraints?

From: Guyren Howe <guyren(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: [GENERAL] Love Your Database project — Thoughts on effectively handling constraints?
Date: 2016-12-17 21:55:52
Message-ID: 338985BB-5472-430B-9E06-3FF0E27AB047@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Dec 16, 2016, at 16:52 , Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> The server already does deliver more-structured error data, although I confess
> that I have no idea how to get at it in Ruby on Rails. In psql the case
> looks about like this:

Thanks for the advice. I’ve worked out how to get at the same information you showed (it’s available as PG::Result#error_field()). At this point, I just want to show that it is in principle possible to handle PG validations elegantly, so I can write this up and move on to the next thing.

The obvious thing to cover next I think is stored procedures. I think I will cover writing them in PgSQL and ECMAScript. Is there anything I should cover that your average web developer might not know about this that they should? Debugging stored procedures is one thing that comes to mind; I’ll take advice on that or anything else anyone thinks I should share.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Torsten Förtsch 2016-12-17 22:39:18 Re: Checking data checksums...
Previous Message David Steele 2016-12-17 21:34:53 Re: Checking data checksums...