...ADD CONSTRAINT "$1"... ?

Поиск
Список
Период
Сортировка
От
Тема ...ADD CONSTRAINT "$1"... ?
Дата
Msg-id 200509101644.j8AGiE202037@panix3.panix.com
обсуждение исходный текст
Ответы Re: ...ADD CONSTRAINT "$1"... ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice

In the output I get from pg_dump I see many instances of expressions
like

  ...ADD CONSTRAINT "$1"...

What does the "$1" mean?

I want to add more constraints "by hand" to the dump file.  I imagine
that the constraint would include the fragment

  ...ADD CONSTRAINT "$2"...

...or "$3", "$4", whatever, but I want to understand what I'm doing.

Thanks!

kj

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

Предыдущее
От: "Peter Schonefeld"
Дата:
Сообщение: Re: inserting non-ascii characters
Следующее
От:
Дата:
Сообщение: What's the point of creating a schema?