Re: Be more clear what names can be used for tables with "CREATE TABLE"?

Daniel Westermann (DWE) <daniel.westermann@dbi-services.com>

From: "Daniel Westermann (DWE)" <daniel.westermann@dbi-services.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Laurenz Albe <laurenz.albe@cybertec.at>, "pgsql-docs@lists.postgresql.org" <pgsql-docs@lists.postgresql.org>
Date: 2021-11-02T18:51:34Z
Lists: pgsql-docs
>>> "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.

Thank you


Commits

  1. Doc: be more precise about conflicts between relation names.