News

To create a new user, we use the createuser program, which comes with PostgreSQL: createuser -U postgres reuven. This invokes createuser as postgres (which has permission to create other users) and ...