Bugs with like_option in CREATE TABLE

Поиск
Список
Период
Сортировка
От Melvin Davidson
Тема Bugs with like_option in CREATE TABLE
Дата
Msg-id CANu8Fiw16nem=UZ78yyeYt-8-vzTEaFiL4gOVhE5dPipGt0q9w@mail.gmail.com
обсуждение исходный текст
Ответы Re: Bugs with like_option in CREATE TABLE
Re: Bugs with like_option in CREATE TABLE
Список pgsql-general

O/S = Windows 10
PostgreSQL 9.2.10, compiled by Visual C++ build 1600, 32-bit

http://www.postgresql.org/docs/9.1/interactive/sql-createtable.html


and like_option is:

{ INCLUDING | EXCLUDING } { DEFAULTS | CONSTRAINTS | INDEXES | STORAGE | COMMENTS | ALL }

1. INCLUDING CONSTRAINTS does not bring over the Foreign Keys
2. INCLUDING ALL does not work and generates an ERROR;


--
Melvin Davidson
I reserve the right to fantasize.  Whether or not you
wish to share my fantasy is entirely up to you.

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Any thoughts on a better approach to this query?
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Bugs with like_option in CREATE TABLE