vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Michael Louie Loria wrote: > Hello, > > How do I run PostgreSQL with Administrator account in Windows? > > I know this is a security issue but I just want to test it in my > Administrator account. > You can't. It is a security issue and we don't allow it. Joshua D. Drake > Thanks, > > Michael Louie Loria > LoRz Technology Solutions > http://www.lorztech.com > > -- The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564 PostgreSQL Replication, Consulting, Custom Development, 24x7 support Managed Services, Shared and Dedicated Hosting Co-Authors: PLphp, PLperl - http://www.commandprompt.com/ ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| ||||
| "Joshua D. Drake" <jd@commandprompt.com> writes: > Michael Louie Loria wrote: >> How do I run PostgreSQL with Administrator account in Windows? > You can't. It is a security issue and we don't allow it. FYI, there is code in CVS HEAD to allow starting the postmaster from an admin account via pg_ctl: pg_ctl will give up admin privileges before launching the postmaster, thereby closing the security hole. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |