summaryrefslogtreecommitdiff
path: root/src/bin/createuser
AgeCommit message (Collapse)Author
1999-12-04New scripts for create/drop user/db from Peter EisentrautBruce Momjian
1999-09-27Fix to give super user and createdb user proper update catalog rights.Bruce Momjian
1999-07-30Make usecatupd disabled for normal users, and allow normal users toBruce Momjian
update temp tables with this setting.
1999-01-31From: D'Arcy J.M. Cain <darcy@druid.net>Marc G. Fournier
The following patch does two things. - Clarifies what the effect of allowing users to add new users (Thet become super-users.) - Makes the default database for the new user if they are not allowed to and the user agrees to create it.
1998-08-22Patch to allow createuser options from the command line.Bruce Momjian
1998-04-06DESTDIR removed, again.Bruce Momjian
1998-04-06Re-introduce $DISTDIR.Bruce Momjian
1998-04-06Hi,Bruce Momjian
Attached you'll find a (big) patch that fixes make dep and make depend in all Makefiles where I found it to be appropriate. It also removes the dependency in Makefile.global for NAMEDATALEN and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh a little smarter. This no longer requires initdb.sh that is turned into initdb with a sed script when installing Postgres, hence initdb.sh should be renamed to initdb (after the patch has been applied :-) ) This patch is against the 6.3 sources, as it took a while to complete. Please review and apply, Cheers, Jeroen van Vianen
1998-04-05Remove DISTDIR.Bruce Momjian
1998-02-25From: Jan Wieck <jwieck@debis.com>Marc G. Fournier
seems that my last post didn't make it through. That's good since the diff itself didn't covered the renaming of pg_user.h to pg_shadow.h and it's new content. Here it's again. The complete regression test passwd with only some float diffs. createuser and destroyuser work. pg_shadow cannot be read by ordinary user.
1997-05-07From: Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier
Subject: [PATCHES] Three small patches. Hi, Here are 3 small patches to the postgreSQL source sup'd on the 6th May 1997. The 1st 2 fix the shell backslash "c" handling used to suppress the newline on some unix shells. (The \c needs to be inside quote.) The 3rd may or may not be the correct way to fix the missing define of INDEX_MAX_KEYS in pg_dump.h
1996-12-10Add empty "dep:" target.Bryan Henderson
1996-11-17Fix syntax errors so it runs without error messages.Bryan Henderson
1996-11-14Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson
In particular, no more compiled-in default for PGDATA or LIBDIR. Commands that need them need either invocation options or environment variables. PGPORT default is hardcoded as 5432, but overrideable with options or environment variables.
1996-11-11Makefile simplification: the "bin" chapterBryan Henderson
1996-10-04And bring in change from 1.0.7 tree to here...Marc G. Fournier
1996-09-21Patches to make POSTPORT changes in scriptsMarc G. Fournier
Originally submitted by: ernst.molitor@uni-bonn.de resubmitted by: D'Arcy Cain
1996-07-27Fixed these script sonce and for all?Marc G. Fournier
Submitted by: Rick Weldon <rick@wisetech.com>
1996-07-25Switched from using monitor to using psqlMarc G. Fournier
Submitted by: Rick Weldon <rick@wisetech.com>
1996-07-09Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier