On Sat, Apr 21, 2007 at 03:22:59AM -0400, Stephen Cook wrote:
> I come from a MS SQL Server background, but I am planning on using
> PostgreSQL to take over the world in my own way.
>
> What (if it exists) is the equivalent of a clustered index in SQLServer?
What does "clustered index" mean in SQL Server? Here's what it
means in PostgreSQL:
http://www.postgresql.org/docs/8.2/interactive/sql-cluster.html
--
Michael Fuhr