Re: Why is my view ddl being altered by postgres?

From: Nis Jørgensen <nis(at)superlativ(dot)dk>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Why is my view ddl being altered by postgres?
Date: 2007-10-01 10:19:05
Message-ID: fdqhiv$q40$1@sea.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Josh Berkus 2007-10-01 17:13:41 Re: [HACKERS] PG on NFS may be just a bad idea
Previous Message Zdenek Kotala 2007-09-29 14:23:59 Re: PG on NFS may be just a bad idea