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

  • Home
  • SEARCH
  • 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 8877783
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T19:33:05+00:00 2026-06-14T19:33:05+00:00

Postgresql 9.2 reservation table contains objekt2 column whose type is char(10) . The following

  • 0

Postgresql 9.2 reservation table contains objekt2 column whose type is char(10).

The following code is used to create non-overlapped reservations table:

CREATE TABLE reservat (
  id serial primary key,
  objekt2 char(10) references yksus2,
  during tsrange,
  rida int references rid on delete cascade not null,
  EXCLUDE USING gist (objekt2 text_pattern_ops WITH =, during WITH &&)
);  

This causes error:

ERROR: operator class “text_pattern_ops” does not exist for access
method “gist”

How to fix this error so that char(10) type columns can used for reservations and overlapping reservations are not allowed for same objekt2 values ?

  • 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-14T19:33:06+00:00Added an answer on June 14, 2026 at 7:33 pm

    You need to use btree_gist extension. There is an example in the docs about this: Constraints on Ranges

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

Sidebar

Related Questions

PostgreSql 9.2 Reservation table is defined as CREATE EXTENSION btree_gist; CREATE TABLE schedule (
In PostgreSQL 8.3, let's say I have a table called widgets with the following:
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 (
Using PostgreSQL, supposing a table like the following: 12184 | 4 | 83 12183
In PostgreSQL I have a text column that contains values representing start and stop
What PostgreSQL column type should I use to store a Java BigDecimal?
I have arrival column of type timestamp in table reservations ( I'm using postgres
In PostgreSQL 8.4 I have a user table: # \d pref_users; Table public.pref_users Column
PostgreSQL is about to make me punch small animals. I'm doing the following SQL

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.