Re: PostgreSQL 9.0.1 on Windows performance tunning help please

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <hatuan05(at)gmail(dot)com>, "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>, <gwilliamson39(at)yahoo(dot)com>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: PostgreSQL 9.0.1 on Windows performance tunning help please
Date: 2011-08-06 16:26:07
Message-ID: 4E3D24CF020000250003FBE6@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

"Kevin Grittner" wrote:

> WITH x AS SELECT * FROM x ORDER BY d.data_id;

It ate part of what I had on that line. (Note to self: don't use
angle-bracketing in posts.)

Trying again with different punctuation:

WITH x AS [original query] SELECT * FROM x ORDER BY d.data_id;

-Kevin

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message mark 2011-08-08 06:14:39 XFS options and benchmark woes
Previous Message Kevin Grittner 2011-08-06 16:07:38 Re: PostgreSQL 9.0.1 on Windows performance tunning help please