how to prevent UPDATE of existing rows/record but allow INSERT using PostgreSQL trigger? ...

Bete Noir -- no dairy

Do I really need recursive chmod to restrict access to a folder?

Understanding Ceva's Theorem

ListPlot join points by nearest neighbor rather than order

How to find out what spells would be useless to a blind NPC spellcaster?

Dating a Former Employee

Can a non-EU citizen traveling with me come with me through the EU passport line?

Output the ŋarâþ crîþ alphabet song without using (m)any letters

Why is my conclusion inconsistent with the van't Hoff equation?

How to deal with a team lead who never gives me credit?

In predicate logic, does existential quantification (∃) include universal quantification (∀), i.e. can 'some' imply 'all'?

What is known about the Ubaid lizard-people figurines?

List *all* the tuples!

Why did the rest of the Eastern Bloc not invade Yugoslavia?

How does the particle を relate to the verb 行く in the structure「A を + B に行く」?

What is Wonderstone and are there any references to it pre-1982?

When a candle burns, why does the top of wick glow if bottom of flame is hottest?

What causes the vertical darker bands in my photo?

Check which numbers satisfy the condition [A*B*C = A! + B! + C!]

What does this icon in iOS Stardew Valley mean?

Is it fair for a professor to grade us on the possession of past papers?

How to answer "Have you ever been terminated?"

Why do people hide their license plates in the EU?

Storing hydrofluoric acid before the invention of plastics



how to prevent UPDATE of existing rows/record but allow INSERT using PostgreSQL trigger?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)mysql trigger on update with insert statementHow to determine if insert or updatePostgresql: Insert trigger function fails on partial insert statementINSERT and UPDATE in TriggerPostgreSQL Partitioned table update triggerPrevent UPDATE TRIGGER to fire when no changes made in SYBASEHow to prevent UPDATE on any record in a table, but allow INSERT and DELETE (PostgreSQL)?mySQL trigger to prevent insert won't workPL/SQL Insert Update Before TriggerMySQL - INSERT INTO (multiple values) ON DUPLICATE KEY UPDATE …, with BEFORE DELETE trigger





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















How do I prevent UPDATE on any record in a given table, but allow INSERT, I already have created a trigger which prevents update but I found that it also prevents INSERT.









share







New contributor




dsnewguy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    0















    How do I prevent UPDATE on any record in a given table, but allow INSERT, I already have created a trigger which prevents update but I found that it also prevents INSERT.









    share







    New contributor




    dsnewguy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      How do I prevent UPDATE on any record in a given table, but allow INSERT, I already have created a trigger which prevents update but I found that it also prevents INSERT.









      share







      New contributor




      dsnewguy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      How do I prevent UPDATE on any record in a given table, but allow INSERT, I already have created a trigger which prevents update but I found that it also prevents INSERT.







      postgresql trigger update insert ddl-trigger





      share







      New contributor




      dsnewguy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      dsnewguy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      dsnewguy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 3 mins ago









      dsnewguydsnewguy

      1




      1




      New contributor




      dsnewguy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      dsnewguy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      dsnewguy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "182"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          dsnewguy is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f235003%2fhow-to-prevent-update-of-existing-rows-record-but-allow-insert-using-postgresql%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          dsnewguy is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          dsnewguy is a new contributor. Be nice, and check out our Code of Conduct.













          dsnewguy is a new contributor. Be nice, and check out our Code of Conduct.












          dsnewguy is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Database Administrators Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f235003%2fhow-to-prevent-update-of-existing-rows-record-but-allow-insert-using-postgresql%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          ORA-01691 (unable to extend lob segment) even though my tablespace has AUTOEXTEND onORA-01692: unable to...

          Always On Availability groups resolving state after failover - Remote harden of transaction...

          Circunscripción electoral de Guipúzcoa Referencias Menú de navegaciónLas claves del sistema electoral en...