Re: Creating an index on PostgreSQL 7.4.3

Поиск
Список
Период
Сортировка
От Ardian Xharra \(Boxxo\)
Тема Re: Creating an index on PostgreSQL 7.4.3
Дата
Msg-id 02bb01c658e5$38bd6850$6a01a8c0@BOXXO.ARDIAN
обсуждение исходный текст
Ответ на Creating an index on PostgreSQL 7.4.3  ("Ardian Xharra (Boxxo)" <axharra@boxxo.info>)
Ответы Re: Creating an index on PostgreSQL 7.4.3  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Sorry, the exact version is

PostgreSQL 7.3.3 on sparc-sun-solaris2.8, compiled by GCC gcc (GCC) 3.3.2

----- Original Message -----
From: "Tom Lane" <tgl@sss.pgh.pa.us>
To: "Ardian Xharra (Boxxo)" <axharra@boxxo.info>
Cc: <pgsql-general@postgresql.org>; "Martijn van Oosterhout"
<kleptog@svana.org>
Sent: Wednesday, April 05, 2006 3:14 PM
Subject: Re: [GENERAL] Creating an index on PostgreSQL 7.4.3


> "Ardian Xharra \(Boxxo\)" <axharra@boxxo.info> writes:
> > No, it doesn't work always the same message:
> > ERROR:  parser: parse error at or near "(" at character 47
>
> In that case you're not really talking to a 7.4 server, but something
> older --- either syntax works OK for me on 7.4.
>
> regression=# create table client(name text);
> CREATE TABLE
> regression=# CREATE INDEX client__ascname__idx  ON client
(TO_ASCII(lower(name),'LATIN 1'));
> CREATE INDEX
> regression=# select version();
>                             version
> ----------------------------------------------------------------
>  PostgreSQL 7.4.12 on hppa-hp-hpux10.20, compiled by GCC 2.95.3
> (1 row)
>
> regards, tom lane
>
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.1.385 / Virus Database: 268.3.5/301 - Release Date: 04/04/2006
>
>



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.3.5/301 - Release Date: 04/04/2006



В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Creating an index on PostgreSQL 7.4.3
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Creating an index on PostgreSQL 7.4.3