Re: Be more clear what names can be used for tables with "CREATE TABLE"?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>
Cc: Laurenz Albe <laurenz.albe@cybertec.at>,
"pgsql-docs@lists.postgresql.org" <pgsql-docs@lists.postgresql.org>
Date: 2021-11-02T16:12:41Z
Lists: pgsql-docs
"Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com> writes: >> "The name of the table must be distinct from the name of any other >> relation (table, sequence, index, view, materialized view, or foreign >> table) in the same schema." > Works for me, +1 Done that way, then. regards, tom lane
Commits
-
Doc: be more precise about conflicts between relation names.
- af8c580e5cf3 15.0 landed