...ADD CONSTRAINT "$1"... ? - Mailing list pgsql-novice

From
Subject ...ADD CONSTRAINT "$1"... ?
Date
Msg-id 200509101644.j8AGiE202037@panix3.panix.com
Whole thread Raw
Responses Re: ...ADD CONSTRAINT "$1"... ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: "Peter Schonefeld"
Date:
Subject: Re: inserting non-ascii characters
Next
From:
Date:
Subject: What's the point of creating a schema?