Re: table schema causes crash
От | Bruce Momjian |
---|---|
Тема | Re: table schema causes crash |
Дата | |
Msg-id | 200212201859.gBKIxZF28395@candle.pha.pa.us обсуждение исходный текст |
Ответ на | table schema causes crash (<tom@minnesota.com>) |
Ответы |
Re: table schema causes crash
|
Список | pgsql-general |
I just tried with the CVS current and don't see a crash. I don't see anything fancy in there at all. --------------------------------------------------------------------------- tom@minnesota.com wrote: > 7.2.3 > > CREATE TABLE imap_passwd ( > username varchar(128) NOT NULL PRIMARY KEY, > pw_crypt varchar(128) DEFAULT '' NOT NULL, > pw_cr varchar(128) DEFAULT '' NOT NULL, > name varchar(128) DEFAULT '' NOT NULL, > user_id int DEFAULT 65534 NOT NULL, > group_id int DEFAULT 65534 NOT NULL, > home varchar(255) DEFAULT '' NOT NULL, > maildir varchar(255) DEFAULT '' NOT NULL, > quota varchar(255) DEFAULT '' NOT NULL > ); > > then at the psql prompt: > > \d imap_passwd > > will core dump. > > --- > NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index > 'imap_passwd_pkey' for table > 'imap_passwd' > CREATE > authtest=# \d imap_passwd > Segmentation fault > --- > > > > > ---------------------------(end of broadcast)--------------------------- > TIP 6: Have you searched our list archives? > > http://archives.postgresql.org > -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073
В списке pgsql-general по дате отправления: