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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T01:33:19+00:00 2026-06-05T01:33:19+00:00

I did this in psql: CREATE TABLE IF NOT EXISTS apiss (skey TEXT, time

  • 0

I did this in psql:

CREATE TABLE IF NOT EXISTS apiss (skey TEXT, time INTEGER, user TEXT, ip TEXT);

I get

ERROR:  syntax error at or near "user" LINE 1: ...BLE IF NOT EXISTS apiss (skey TEXT, time INTEGER, user TEXT,...

I do:

CREATE TABLE IF NOT EXISTS apiss (skey TEXT, time INTEGER, userd TEXT, ip TEXT);

It works.
Note the userd instead of user.

Are there some restrictions on the column names that a table can have?
(postgresql v9.1.3)

  • 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-05T01:33:20+00:00Added an answer on June 5, 2026 at 1:33 am

    Here’s a nice table of reserved words in PostgreSQL:
    http://www.postgresql.org/docs/current/static/sql-keywords-appendix.html

    It is probably best to simply avoid using those words as table- or column-names.
    An alternative, however, is to enclose the identifier in double-quotes, e.g.:

    CREATE TABLE IF NOT EXISTS apiss (
        skey TEXT, 
        time INTEGER, 
        "user" TEXT, 
        ip TEXT);
    

    Additionally, Postgres reserves system column names for internal use in every table:
    "Every table has several system columns that are implicitly defined by the system. Therefore, these names cannot be used as names of user-defined columns."

    https://www.postgresql.org/docs/current/ddl-system-columns.html

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

Sidebar

Related Questions

I did this for getting alert on set time. But it's not alerting on
I did this: [User.first, User.last].to_xml and got this: <users type=array> <user> <created-at type=datetime>2010-03-16T06:40:51Z</created-at> <id
I did this: git branch --track stats_page to create a separate branch to try
i did this to get the result from parse.com curl -X GET \ -H
Hypothetically -- not that I did this -- let's say someone I know updated
I'm trying to create a rss feed in my Kohana app. I did this
I did this: Imports iTextSharp.text.rtf and then this: Dim grx As graphic = New
I want to mockup IPrincipal so I did this public Mock<IPrincipal> Principal { get;
We have been able to create a web site. We did this using the
I did this function in PHP to get a page's title. I know it

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.