Re: same question little different test MSSQL vrs Postgres - Mailing list pgsql-sql

From Greg Stark
Subject Re: same question little different test MSSQL vrs Postgres
Date
Msg-id 878y6g1za3.fsf@stark.xeocode.com
Whole thread Raw
In response to same question little different test MSSQL vrs Postgres  ("Joel Fradkin" <jfradkin@wazagua.com>)
Responses Re: same question little different test MSSQL vrs Postgres  ("Joel Fradkin" <jfradkin@wazagua.com>)
List pgsql-sql
"Joel Fradkin" <jfradkin@wazagua.com> writes:

> I also tried a simple select * from tblcase where clientum = 'SAKS'

Try:

explain analyze select * from tblcase where clientum = 'SAKS'

Send the output.

-- 
greg



pgsql-sql by date:

Previous
From: Dennis Sacks
Date:
Subject: Re: same question little different test MSSQL vrs Postgres
Next
From: Sibtay Abbas
Date:
Subject: working with multidimensional arrays in plpgsql