Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8750009
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T12:47:25+00:00 2026-06-13T12:47:25+00:00

Using postgresql 8.4, I’m trying to write a function, and it looks like this:

  • 0

Using postgresql 8.4, I’m trying to write a function, and it looks like this:

CREATE OR REPLACE FUNCTION addorupdate( smallint, varchar(7) ) RETURNS void AS
$$
BEGIN
 IF EXISTS (SELECT * FROM consist WHERE slave = $1) THEN
   UPDATE consist SET
    master = $2
    where slave = $1;
 ELSE
   INSERT INTO consist(slave, master) VALUES ( $2, $1 );
 END IF;
END;
$$
LANGUAGE SQL;

However, it fails like this:

ERROR:  syntax error at or near "IF"
LINE 4:  IF EXISTS (SELECT * FROM consist WHERE slave = $1) THEN

…and I’ve been wasting too much time and caffeine on figuring out why and could use someone with fresh eyes to help me out.

If it’s not clear what i’m trying to achieve:
slaves is a column of unique values. If it exists, UPDATE it with the current master. If not, INSERT.

UPDATE:
Changed language to plpgsql, and it now throws:

ERROR:  language "plpgsql" does not exist

UPDATE:

CREATE LANGUAGE plpgsql;

(: RESOLVED 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T12:47:25+00:00Added an answer on June 13, 2026 at 12:47 pm

    Your language needs to be plpgsql not sql.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using PostgreSQL 9.1.3 and the following functions: CREATE OR REPLACE FUNCTION cad(INOUT args
Using PostgreSQL 8.4 and with a table such as this: create table log (
I am trying to create a database table using PostgreSQL but I am unable
I using PostgreSQL and I want to create a function in pl/perl, but the
I am using PostgreSQL 8.3 . I have a table like this: id regist_time
I am using postgresql. I have a table called custom_field_answers. The data looks like
I'm using PostgreSQL 9.1, I thought it was supposed to support this XML integration
I'm using PostgreSQL 9.1 and I have this data structure: A B ------- 1
I'm using postgresql 9.1.6 on CentOS. I would like to install the postgresql-contrib module
I'm using PostgreSQL with pgadmin. I need to replace multiple characters in all fields

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.