| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | "[Jos_] Soares" <jose(at)sferacarta(dot)com> |
| Cc: | hackers <pgsql-hackers(at)postgreSQL(dot)org> |
| Subject: | Re: [HACKERS] SET QUERY_LIMIT bug report |
| Date: | 1999-06-16 15:40:24 |
| Message-ID: | 199906161540.LAA26377@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> I see there's still the command:
>
> SET QUERY_LIMIT (even in the docs)
> but it doesn't work.
> prova=> select * from test limit 1;
> num|flt8
> ----+----
> 1.00| 1
> (1 row)
>
Yep, broken:
test=> set query_limit = '1';
SET VARIABLE
test=> select * from pg_language;
lanname |lanispl|lanpltrusted|lanplcallfoid|lancompiler
--------+-------+------------+-------------+--------------
internal|f |f | 0|n/a
lisp |f |f | 0|/usr/ucb/liszt
C |f |f | 0|/bin/cc
sql |f |f | 0|postgres
--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | José Soares | 1999-06-16 15:44:48 | Re: [HACKERS] having bug report |
| Previous Message | Adriaan Joubert | 1999-06-16 15:38:02 | Update of bitmask type |