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 8764249
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T15:59:04+00:00 2026-06-13T15:59:04+00:00

I have such table: CREATE TABLE employee ( id INTEGER DEFAULT NEXTVAL(‘ids’::regclass) NOT NULL,

  • 0

I have such table:

CREATE TABLE employee (
    id INTEGER DEFAULT NEXTVAL('ids'::regclass) NOT NULL,
    name CHARACTER VARYING NOT NULL,
    employer INTEGER DEFAULT (-1)
);

And I want to insert sth into this table (I want to leave employer as default, -1):

INSERT INTO employee (name, id) VALUES('Doe', 2);

but my PostgreSQL 9.1 is complaining:

ERROR:  insert or update on table "employee" violates foreign key constraint "FK_employer"
DETAIL:  Key (employer)=(-1) is not present in table "employer".

I know that theres no employer with id = -1 but still, I want it that way. I want to set employer as -1 for this emplyee. Is it possible with postgreSQL?

  • 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-13T15:59:05+00:00Added an answer on June 13, 2026 at 3:59 pm

    Make the default null. Is it good?

    employer INTEGER DEFAULT null
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

say I have text such as CREATE TABLE blah blah ( `id` int not
i have such mysql db table: id name surname number 1 emil asadi 26
I have a table such as: PK_ID LOCATION_ID LOCATION_TEXT 1 21 NULL 2 44
If I have a table such as: info_name | info_value name | Susan desc
I have such table: CREATE VIRTUAL TABLE t USING FTS3(hidden, text1, text2) I would
In an SQL Server 2008 database, I have tables such as: CREATE TABLE t_DeviceType
Let's say a table like CREATE TABLE `testdb`.`test` ( `id` bigint unsigned NOT NULL
Suppose I have a system where I have metadata such as: table: ====== key
I have a table such as: table a +------+-------+ | v1 | v2 |
I have such code in my JSF template: <h:form> <table id=users cellspacing=0> <a4j:repeat var=person

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.