diff --git a/doc/src/sgml/user-manag.sgml b/doc/src/sgml/user-manag.sgml new file mode 100644 index 27c1f3d..92a299d *** a/doc/src/sgml/user-manag.sgml --- b/doc/src/sgml/user-manag.sgml *************** SELECT rolname FROM pg_roles WHERE rolca *** 103,113 **** In order to bootstrap the database system, a freshly initialized system always contains one predefined login-capable role. This role ! is always a superuser, and by default it will have the same name as the operating system user that initialized the ! database cluster, unless another name is specified while ! running initdb. ! It is common, but not required, to arrange for this role to be named postgres. In order to create more roles you first have to connect as this initial role. --- 103,112 ---- In order to bootstrap the database system, a freshly initialized system always contains one predefined login-capable role. This role ! is always a superuser, and it will have the same name as the operating system user that initialized the ! database cluster with initdb unless a different name ! is specified. This role is often named postgres. In order to create more roles you first have to connect as this initial role.