Re: [HACKERS] Another one I thought should work...

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] Another one I thought should work...
Дата
Msg-id 34ED1E63.F34B847C@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] Another one I thought should work...  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
> > > Backend crashes on this one too...?
> >
> > My 980217 cvs tree does not crash on this.

btw, I'm not running with asserts on. Also, this will be easy to fix; it is
trying to print a node which does not have an associated print routine. Actually,
are you sure the table did not get created? That is a NOTICE, not ERROR...

                                                   - Tom

> Ack...wait, that is 3 days old...okay, mine is based on todays CVS...
>
> scrappy=> CREATE TABLE projects (
> scrappy->   pid INT NOT NULL PRIMARY KEY,
> scrappy->   ppid INT,
> scrappy->   grp VARCHAR(10),
> scrappy->   o_date INT,
> scrappy->   o_tech VARCHAR(10),
> scrappy->   sc_date INT,
> scrappy->   c_date INT,
> scrappy->   c_tech VARCHAR(5),
> scrappy->   currtech VARCHAR(10),
> scrappy->   state VARCHAR(1),
> scrappy->   status VARCHAR(1),
> scrappy->   priority INT,
> scrappy->   c_name VARCHAR(20),
> scrappy->   c_phone VARCHAR(20),
> scrappy->   problem VARCHAR(100),
> scrappy->   summary VARCHAR(80)
> scrappy-> ) \g
> NOTICE:  CREATE TABLE/PRIMARY KEY will create implicit index projects_pkey
> for table projects
> NOTICE:  _outNode: don't know how to print type 715
> NOTICE:  _outNode: don't know how to print type 715


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

Предыдущее
От: "Vadim B. Mikheev"
Дата:
Сообщение: Re: [HACKERS] odd error creating index in -current...
Следующее
От: "Vadim B. Mikheev"
Дата:
Сообщение: Re: [HACKERS] Subselects and NOTs