A problem on running a sql script in DBVisualizer

Поиск
Список
Период
Сортировка
От Vernon Wu
Тема A problem on running a sql script in DBVisualizer
Дата
Msg-id A7C9A7RMA9SR53GA04JIVPEB6GBMGC.3d145322@kimiko
обсуждение исходный текст
Список pgsql-sql
Sorry for this question is somewhat off the topic of this mailing list. I use the DBVisualizer to run a sql script. I
have
 
somethink like:

drop table a;

create table a(. . .
);

drop table b;

create table b (. . .
)
inherits a;

I get an error:  Relation "b" inherits from "a"

It is fine when I run the sql statements line by line.

How to overcome this problem?

Thanks in advance.

Vernon





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

Предыдущее
От: "Kris"
Дата:
Сообщение: Re: Obtaining primary key information from pg system tables
Следующее
От: Devrim GUNDUZ
Дата:
Сообщение: Select + min question