summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/drop_group.sgml
Commit message (Collapse)AuthorAgeFilesLines
* Augment the date/time examples in the User's Guide to reflect the newerThomas G. Lockhart2002-04-211-4/+2
| | | | | | | | | capabilities of specifying time zones as intervals per SQL9x. Put refentrytitle contents on the same line as the tag. Otherwise, leading whitespace is propagated into the product, which (at least) messes up the ToC layout. Remove (some) docinfo tags containing dates. Best to omit if the dates are not accurate; maybe use CVS dates instead or leave them out.
* Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart2001-12-081-2/+2
| | | | between Postgres and PostgreSQL.
* Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut2001-09-031-2/+2
|
* * User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut2000-01-141-0/+138
* Let unprivileged users change their own passwords. * The password is now an Sconst in the parser, which better reflects its text datatype and also forces users to quote them. * If your password is NULL you won't be written to the password file, meaning you can't connect until you have a password set up (if you use password authentication). * When you drop a user that owns a database you get an error. The database is not gone.