grants files - Search results in mailing lists

2004-06-30 23:25:35 | Upgrade 7.4.1 to 7.4.3 not working (Mark Lubratt)

grant full write permission to everyone. Also, despite the error message, cygserver.log is created in the /var/log directory. So, I plow forward and create the postmaster service and then try to start

2004-06-23 13:10:38 | Re: Uninstalling PostgreSQL (Frank Seesink)

files. In PostgreSQL's case, that is typically the 'Postgres' user you defined in Windows to run the postmaster service. At this stage, you've put yourself in a place where you'll need

2003-10-27 09:09:31 | Re: Need some help getting started (Jason Tishler)

Grant the "postgres" user the "Log on as a service" user right: # cmd /c secpol.msc # [3] [4] [5] [12] [snip] [12] On Windows XP Home, there is no built in way to assign user

2003-08-25 07:27:23 | Help - lo_close: invalid large obj descriptor (Toby)

GRANT ALL ON "pg_largeobject" TO "web"; So I suspect the problem is related to using a pooled connection. Can someone shed some light? import java.io.File

2003-07-15 14:31:50 | Re: Windows XP (Home) Install tutorial (Seth Rubin)

File /usr/share/postgresql/data/PG_VERSION is missing. This is not a valid data directory. (I presume that from Owner account I cannot 'see' contents of .../data once I have granted

2003-07-08 15:04:55 | Win XP Install README (Seth Rubin)

grant Postgres access to cygwin's /tmp and /usr/bin files. E.g. $ chmod 777 /tmp $ chmod

2003-06-10 18:52:51 | Re: Trouble starting ipc-daemon as a service (Dave Steenburg)

granting "postgres" the right to log on as a service. So this must be a uniquely XP quirk. Thanks for your help, Mike! Dave -----Original Message----- From: Godshall Michael [mailto:Michael_Godshall@gmachs.com] Sent: June

2003-02-08 08:13:26 | IpcSemaphoreCreate - detailed account (Gregory D Dennis)

granted the "postgres" user the "Log on as a service" user right: cmd /c secpol.msc This command opened the "Local Security Settings" Window. I clicked "Local Policies"->"User Rights Assignment

2003-01-26 16:48:30 | psql paste weirdness (John Smith)

GRANT MOVE ROLLBACK UNLISTEN ALTER COMMENT DELETE INSERT NOTIFY SELECT UPDATE ANALYZE COMMIT DROP LISTEN REINDEX SET VACUUM BEGIN COPY EXPLAIN LOAD RESET SHOW CLOSE CREATE FETCH LOCK REVOKE TRUNCATE

2003-01-23 14:37:30 | Postgres 7.3.1 on Windows XP Home / Professional (Sean Carlos)

Grant the "postgres" user the "Log on as a service" user right: # cmd /c secpol.msc # [3] [4] [5] happens the first time you start the service in win xp home. There are several things

2003-01-13 13:22:06 | Re: XP Home problems (Jason Tishler)

file and directory permissions is. FYI, to get to the user creation/administration GUI in XP Home: Start Menu -> Settings -> Control Panel -> User Accounts. By "filesystem owner" I mean the user that owns the files/directories used

2002-11-14 07:59:21 | Re: Postgres Cygwin Install-as-Service on XP Pro/Home Mini (Kevin Wong)

file and directory permissions is. FYI, to get to the user creation/administration GUI in XP Home: Start Menu -> Settings -> Control Panel -> User Accounts. By "filesystem owner" I mean the user that owns the files/directories used

2002-11-07 08:35:58 | Postgres Cygwin Install-as-Service on XP Pro/Home Mini HOWTO (Kevin Wong)

file, which is the additional readme for Cygwin-specific issues for postgres.  Note all of the standard, non-Cygwin-specific docs are found in /usr/doc/postgresql-7.2.1. *************** BEGIN EXCERPT *************** The following is the NT services Cygwin PostgreSQL

2002-07-25 15:49:58 | Running PostgreSQL as a service under Windows XP Pro (using 'cygrunsrv') (Cédric Dufour)

granted additional privileges (cf. Windows security policies) in order to be able to launch a service 4. Cygwin temporary folder ('/tmp') and Cygrunsrv output files

2001-12-18 04:22:18 | Resue of the sql dump to create new database. (Anil Jangam)

file ***************** CREATE TABLE "FunctionEntityInventory" ( "ComponentID" int2 NOT NULL, "EntityType" varchar(25), "EntityName" varchar(25), "RedundencyRequired" char(1), CONSTRAINT "FunctionEntityInventory_pkey" PRIMARY KEY ("ComponentID") ); REVOKE ALL ON "FunctionEntityInventory" FROM PUBLIC; GRANT