dbGroups

@JvmName(name = "spufbfqugedfhrly")
suspend fun dbGroups(value: List<String>?)

Parameters

value

List of the names of existing database groups that the user named in db_user will join for the current session, in addition to any group memberships for an existing user. If not specified, a new user is added only to PUBLIC.


@JvmName(name = "cracifiwfvycgivf")
suspend fun dbGroups(vararg values: String)

Parameters

values

List of the names of existing database groups that the user named in db_user will join for the current session, in addition to any group memberships for an existing user. If not specified, a new user is added only to PUBLIC.