Re: [BUGS] Problem with function aclcontains, features or bug?

2001-02-20 Thread Vadim I. Passynkov
Tom Lane wrote: > > "Vadim I. Passynkov" <[EMAIL PROTECTED]> writes: > > But, next result is wrong. > > > spidermon=# SELECT aclcontains ( ( SELECT relacl FROM pg_class where > > relname = 'objects_view' ), 'user pvi=w' ); > > aclcontains > > - > > t > > (1 row) > > aclcontains()

Re: [BUGS]

2001-02-20 Thread Tom Lane
[EMAIL PROTECTED] writes: > create table test (id int); > insert into test values (1); > insert into test values (2); > insert into test values (3); > select count(id) from test; > You'll get > ERROR: ExecEvalAggref: no aggregates in this expression context ?? I don't: regression=# create tab

[BUGS]

2001-02-20 Thread pgsql-bugs
Moritz Gmelin ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description Long Description Hi Postgresql developers ! I'm pretty happy with postgres, and am right now testing PSQL 7.1 for image storage and stuff. So here's my bug report.

Re: [BUGS] Re: Turkish locale bug

2001-02-20 Thread Sezai YILMAZ
Tom Lane wrote: > > Justin Clift <[EMAIL PROTECTED]> writes: > > How about thinking in the other direction is it possible for > > PostgreSQL to be able to recognised localised versions of SQL queries? > > > i.e. For a Turkish locale it associates "ınsert" INSERT and "unıon" > > with UNION