alter table

Поиск
Список
Период
Сортировка
От Diego Cattelan
Тема alter table
Дата
Msg-id 001601c2ef85$bb739c00$b40a0a0a@XMan
обсуждение исходный текст
Ответы Re: alter table
Список pgsql-bugs
template1=3D#create database gesart;
template1=3D#create user xuser;
template1=3D# \c gesart xuser
=20
gesart=3D>create table a(n integer);
=20
CREATE TABLE
gesart=3D>alter table a add column c integer references xxxxxxx(id);
=20
NOTICE: ALTER TABLE will create implicit trigger(s) for FOREIGN KEY check(s)
ALTER TABLE
=20
The table xxxxxxx doesn't exist.
=20
Is that correct or postgreSQL should report an error ?
=20
 PostgreSQL 7.3.2 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2
20020903 (Red Hat Linux 8.0 3.2-7)

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: Bug report
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #915: problem with returning setof with double precision values