Re: [GENERAL] Critical Bug

2011-04-06 Thread Allan Kamau
On Thu, Apr 7, 2011 at 5:50 AM, Craig Ringer wrote: > On 06/04/11 18:51, tejas tank wrote: > >> What should I have to do.? > > Read this: >  http://wiki.postgresql.org/wiki/Guide_to_reporting_problems > > and try again with a question that includes an example you can > distribute to show other

Re: [GENERAL] Critical Bug

2011-04-06 Thread Craig Ringer
On 06/04/11 18:51, tejas tank wrote: > What should I have to do.? Read this: http://wiki.postgresql.org/wiki/Guide_to_reporting_problems and try again with a question that includes an example you can distribute to show others the problem, including any required data, as a single .sql file.

Re: [GENERAL] Critical Bug

2011-04-06 Thread tv
> Hello, > > > I have hug postgresql database and when i going to search for a query > with database retrieve with limit of 669 is allow > > If my query fetch records more over 669 records then error is comming... > > > RROR: more than one row returned by a subquery used as an expression > > *

Re: [GENERAL] Critical Bug

2011-04-06 Thread Adrian Klaver
On Wednesday, April 06, 2011 3:51:49 am tejas tank wrote: > Hello, > > > I have hug postgresql database and when i going to search for a query > with database retrieve with limit of 669 is allow > > If my query fetch records more over 669 records then error is comming... > > > RROR: more than

Re: [GENERAL] Critical Bug

2011-04-06 Thread Vibhor Kumar
On Apr 6, 2011, at 4:21 PM, tejas tank wrote: > ERROR: more than one row returned by a subquery used as an expression > ** Error ** > ERROR: more than one row returned by a subquery used as an expression > SQL state: 21000 Error Message is showing that you are using subquery with

Re: [GENERAL] Critical Bug

2011-04-06 Thread Thom Brown
On 6 April 2011 11:51, tejas tank wrote: > Hello, > > > I have hug postgresql database and when i going to search for a query > with database retrieve with limit of 669 is allow > > If my query fetch records more over 669 records then error is comming... > > > RROR: more than one row returned by