Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // SimpleIdentifierRegex matches identifiers in Postgres that require no quotes SimpleIdentifierRegex = regexp.MustCompile("^[a-z_][a-z0-9_$]*$") )
Functions ¶
func IsSimpleIdentifier ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.