Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
[PERFORM] Planner selects different execution plans depending on limit
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tom Lane  
View profile  
 More options Sep 16 2012, 6:17 pm
Newsgroups: mailing.database.pgsql-docs
From: t...@sss.pgh.pa.us (Tom Lane)
Date: Sun, 16 Sep 2012 18:16:55 -0400
Local: Sun, Sep 16 2012 6:16 pm
Subject: Re: [DOCS] [PERFORM] Planner selects different execution plans depending on limit

Jeff Janes <jeff.ja...@gmail.com> writes:
> On Thu, Sep 13, 2012 at 10:33 AM, Tom Lane <t...@sss.pgh.pa.us> wrote:
>> Just pretend it's a table.
>> ALTER TABLE index_name ALTER COLUMN column_name SET STATISTICS ...

>> You'll need to look at the index (eg with \d) to see what the name of
>> the desired column is, since index expressions have system-assigned
>> column names.
> Is this documented anywhere?  I couldn't find it.  If not, which
> section would be the best one to add it to?

It's not documented, mainly because it hasn't reached the level of being
a supported feature.  I'd like to figure out how to get pg_dump to dump
such settings before we call it supported.  (The stumbling block is
exactly that index column names aren't set in stone, so it's not clear
that the ALTER command would do the right thing on dump-and-reload.)

                        regards, tom lane

--
Sent via pgsql-docs mailing list (pgsql-d...@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeff Janes  
View profile  
 More options Sep 16 2012, 5:39 pm
Newsgroups: mailing.database.pgsql-docs
From: jeff.ja...@gmail.com (Jeff Janes)
Date: Sun, 16 Sep 2012 14:39:34 -0700
Local: Sun, Sep 16 2012 5:39 pm
Subject: Re: [DOCS] [PERFORM] Planner selects different execution plans depending on limit

On Thu, Sep 13, 2012 at 10:33 AM, Tom Lane <t...@sss.pgh.pa.us> wrote:
> Bill Martin <bill.mar...@communote.com> writes:

>> How can I adjust the statistics target of the index?

> Just pretend it's a table.

>         ALTER TABLE index_name ALTER COLUMN column_name SET STATISTICS ...

> You'll need to look at the index (eg with \d) to see what the name of
> the desired column is, since index expressions have system-assigned
> column names.

Is this documented anywhere?  I couldn't find it.  If not, which
section would be the best one to add it to?

Cheers,

Jeff

--
Sent via pgsql-docs mailing list (pgsql-d...@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »