auto.pk.name {pgUtils}R Documentation

Generating the primary key name for a table

Description

auto.pk.name this function creates a primary key name for the table name submitted (simply by appending "_pk").

Usage

auto.pk.name(name)

Arguments

name The table name.

Author(s)

Johannes Rainer


[Package pgUtils version 1.14.1 Index]