Re: Single Table Report With Calculated Column

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Single Table Report With Calculated Column
Date: 2014-08-29 19:18:56
Message-ID: 5400D220.2000306@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/29/2014 10:15 AM, Rich Shepard wrote:
> On Fri, 29 Aug 2014, Adrian Klaver wrote:
>
>> I am going to assume you mean Postgres did not like the syntax.
>
> Adrian,
>
> Oops! Mea culpa. Yes, postgres.
>
>> What was the error message you got back?
>
> I don't recall. It was yesterday afternoon and I flushed it from memory
> when it did not work.

Assuming you did this in psql, looking in ~/.psql_history might be a
good way to retrieve what you did and then use that to rerun the query.

>
> Rich
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Patrick Krecker 2014-08-29 20:04:43 Re: WAL receive process dies
Previous Message Adrian Klaver 2014-08-29 19:16:56 Re: alter column to varchar without view drop/re-creation