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

Поиск
Список
Период
Сортировка
От Nis Jørgensen
Тема Re: Why is my view ddl being altered by postgres?
Дата
Msg-id fdqhiv$q40$1@sea.gmane.org
обсуждение исходный текст
Ответ на Why is my view ddl being altered by postgres?  (Brent Friedman <bfriedman@scanonline.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: PG on NFS may be just a bad idea
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: [HACKERS] PG on NFS may be just a bad idea