"Alastair D'Silva" wrote:
  >I've recently upgraded to 7.1 and have the following situation which no
  >longer works:
 ...
  >As user "nmnuser":
  >
  >INSERT INTO blah (info) VALUES ('foo');
  >
  >
  >
  >I get the following error:
  >blah_id_seq.nextval: you don't have permissions to set sequence blah_id_seq
  >
  >
  >
  >Short of actually creating the sequence as "nmnuser", is there any way to
  >make this work?
 
GRANT UPDATE ON blah_id_seq TO nmnuser;

-- 
Oliver Elphick                                [EMAIL PROTECTED]
Isle of Wight                              http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47  6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
                 ========================================
     "If my people, which are called by my name, shall 
      humble themselves, and pray, and seek my face, and 
      turn from their wicked ways; then will I hear from 
      heaven, and will forgive their sin, and will heal 
      their land."    II Chronicles 7:14 



---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to