Re: Why is my view ddl being altered by postgres? - Mailing list pgsql-novice

From Nis Jørgensen
Subject Re: Why is my view ddl being altered by postgres?
Date
Msg-id fdqhiv$q40$1@sea.gmane.org
Whole thread Raw
In response to Why is my view ddl being altered by postgres?  (Brent Friedman <bfriedman@scanonline.com>)
List pgsql-novice
Brent Friedman skrev:
>
> I tried rewriting an existing view based on a multi-way join into
> several smaller views, to keep the RAM footprint of a reporting query
> as small as possible.  One of these views (in a series) is being
> corrupted/changed by postgres.

> SELECT DISTINCT vw2.other_table_id, vw2.somedata1, vw2.somedata2,
> vw2.somedata3, vw2.somedata4,
[...]
> ORDER BY vw2.station_transactionid, vw2.accepted, vw2.rejected, vw2.bulk,
> vw2.individual,

Did you by any chance forget to anonymize the field names in the last line?

Nis

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: PG on NFS may be just a bad idea
Next
From: Josh Berkus
Date:
Subject: Re: [HACKERS] PG on NFS may be just a bad idea