Re: index scan - Mailing list pgsql-students

From Josh Berkus
Subject Re: index scan
Date
Msg-id 4FE353C6.5060401@agliodbs.com
Whole thread Raw
In response to index scan  (Amir Sehan <ean_ibnisaid@yahoo.com>)
List pgsql-students
Amir,

> I have problem with EXPLAIN ANALYZE QUERY.
> I want to change a plan node, from seq scan to index scan.
> But i don't know the methode for it.

This is to test your indexing code?

Then:

 SET enable_seqscan = false;


--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



pgsql-students by date:

Previous
From: Amir Sehan
Date:
Subject: index scan
Next
From: Josh Berkus
Date:
Subject: Reminder: Midterms must be filled out *this week*