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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:25:39+00:00 2026-05-27T20:25:39+00:00

When I write: CREATE TABLE accounts ( username varchar(64) PRIMARY KEY, I get primary

  • 0

When I write:

 CREATE TABLE accounts (

     username varchar(64) PRIMARY KEY,

I get primary key named:

accounts_pkey

Is it possible to assign my own custom name, for instance “accounts_primary_key”?

Same story about UNIQUE.

I couldn’t find it in PostgreSQL documentation.

Thanks in advance.

  • 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-05-27T20:25:40+00:00Added an answer on May 27, 2026 at 8:25 pm

    The trick is the CONSTRAINT part in the column_constraint section of CREATE TABLE. Example:

    > create table x(xx text constraint xxxx primary key);
    NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "xxxx" for table "x"
    CREATE TABLE
    

    This works for all kind of constraints, including PRIMARY KEY and UNIQUE.

    See the docs of CREATE TABLE for details.

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

Sidebar

Related Questions

CREATE TABLE jokecategory ( jokeid INT NOT NULL, categoryid INT NOT NULL, PRIMARY KEY
i want to write this line in an sqlight db b: CREATE TABLE android_metadata
I have two tables create table tblchildinfo (id int, name varchar(50), pickuppointid int, dropdownpointid
The Sybase manual and plenty of examples claim I can write: create table run_log
Example table: CREATE TABLE Log ( logID int identity logDate datetime logText varchar(42) )
I'm confused as hell with all the bazillion ways to read/write/create excel files. VSTO,
What is the least amount of code you can write to create, sort (ascending),
I want to read, write and create Spreadsheets in the Open Document Format with
I write vbs that create ole atomation object On Error Resume Next dim objShell
I know I could write scripts and create jobs to run them, but at

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.