pgsql-server/doc/src/sgml/ref create_conversio ...

Started by Bruce Momjianabout 23 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@svr1.postgresql.org 03/06/24 20:29:25

Modified files:
doc/src/sgml/ref: create_conversion.sgml drop_index.sgml

Log message:
Most of the synopsis areas for DROP commands use "name" as the
identifier, while some areas do not.

The attached converts be below to "name":
conversion_name
index_name

The below have an existing, initdb supplied, entity named "name". As
such, it could be confusing for the reader to see that identifier used
in the example.

domainname
typename

Rod Taylor