make.db.names-methods: Make R/S-Plus identifiers into quoted PostgreSQL identifiers
Description
Calls postgresqlquoteId to make valid quoted identifiers.
This has calling convention same as the make.db.names for compatibility.
Arguments
References
The set of SQL keywords is stored in the character vector
.SQL92Keywords and reflects the SQL ANSI/ISO standard as
documented in "X/Open SQL and RDA", 1994, ISBN 1-872630-68-8.
Users can easily override or update this vector.
PostgreSQL does add some keywords to the SQL 92 standard, they are
listed in the .PostgreSQLKeywords object.
See the Database Interface definition document
DBI.pdf in the base directory of this package
or http://stat.bell-labs.com/RS-DBI.