Re: [HACKERS] odd error creating index in -current...

Поиск
Список
Период
Сортировка
От Brett McCormick
Тема Re: [HACKERS] odd error creating index in -current...
Дата
Msg-id 199802200528.VAA11926@abraxas.scene.com
обсуждение исходный текст
Ответ на odd error creating index in -current...  (The Hermit Hacker <scrappy@hub.org>)
Ответы Re: [HACKERS] odd error creating index in -current...
Список pgsql-hackers
I may be missing something, but because char_ops has been left out?

On Fri, 20 February 1998, at 00:58:08, The Hermit Hacker wrote:

> Someone want to tell me why the below CREATE INDEX fails?
>
> I've tried everything I can think of, and can't get that INDEX to be
> created :(
>
> -- $Id: groups.psql,v 1.2 1997/08/14 20:05:08 shevett Exp $
> -- postgresql 6.1
> --
> -- Host: localhost    Database: pts
> ----------------------------------------------------------
>
>
> --
> -- Table structure for table 'groups'
> --
> CREATE TABLE groups (
>   id CHAR(10) NOT NULL,
>   detail CHAR(30)
> ) \g
>
> CREATE   INDEX groups_indx ON groups ( id ) \g
>
>
> --
> -- Dumping data for table 'groups'
> --
>
> INSERT INTO groups (id, detail) VALUES ('PTS','PTS Development')\g
>
>

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

Предыдущее
От: Brett McCormick
Дата:
Сообщение: Re: [HACKERS] Who is everyone?
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] Another one I thought should work...