Users (groups) v1

Description

This page simply lists every group each user is in.

The page is ordered by user, and then by group name, with each row listing one group for the given user.

Obviously, if you sort the table by group name, you then have the list of users in that group.

  1. Limitations of the queries, store and I/O columns
  2. Volume of records

Columns

Name Type
user_id int4
user varchar
group_id int4
group varchar

Column Descriptions

user_id

The user ID. This column is emitted in CSV exports only.

user

The user name.

group_id

The group ID. This column is emitted in CSV exports only.

Group IDs are unique across all databases.

group

The group name.