autoincrement - Search results in mailing lists

2019-09-12 12:22:18 | Re: How do I enabled Windows 10 to be able to run PSQL etc (Steve Midgley)

answer that question. It is possible to make fields autoincrement using other methods, iirc. Steve

2016-08-20 22:44:56 | Autoincrement value in a SELECT statement (JORGE MALDONADO)

Hi, Let's suppose that I have a table like this: team_name varchar(120

2010-05-20 22:47:05 | Re: sorry, now with subject... trigger & nextval(seq) (Adrian Klaver)

place nice if you use the long form to define your autoincrement. -- Adrian Klaver adrian.klaver@gmail.com

2009-12-04 12:58:51 | get sequence name from table name (Uwe Maiwald)

autoincrement value of a tables primary key column? i only have the name of the table

2009-10-04 11:50:04 | reading last inserted record withoud any autoincrement field (mohammad qoreishy)

autoincrement filed? I need to  frequently fetch the last inserted record. If I must use the "Cursor

2008-05-02 18:26:47 | numbering rows on import from file (Alexy Khrabrov)

autoincrement from a sequence. How should I do the import now for the sequence to work

2006-09-22 16:14:52 | How to autoincrement a primary key... (Doug Hyde)

autoincrement the primary key; in postgre, I am not sure how to do this. I have

2005-12-13 15:00:03 | Re: DB design and foreign keys (Scott Marlowe)

autoincrement to id? If so, it won't be. That's a mysqlism. If you want

2004-08-17 12:52:55 | Re: SELECT MAX(c) FROM (SELECT ... FOR UPDATE) AS foo (Jean-Luc Lachance)

should use a trigger. Look at the autoincrement thread from few days ago. Markus Bertheau wrote:

2003-09-20 06:36:34 | Re: auto_increment (Muhyiddin A.M Hayat)

autoincrement When you create this table creates automatic sequence tablename_id_seq Stored sequence last

2003-06-27 11:23:22 | Re: Change the behaviour of the SERIAL "Type" (Bruno Wolff III)

autoincrement. It probably won't work very well if there are lots of concurrent updates

2002-11-04 14:55:27 | Problem with Auto Increment (Ben Kassel)

autoincrement works on this table. It seems that the problem arises after I reload the data

2002-10-18 13:32:04 | isAutoIncrement and Postgres (john@eagleinfosystems.com (jm))

workarounds? I am having problems with autogenrated INSERTS because I can't detect an AutoIncrement column. -jm

2002-09-11 22:05:10 | Re: writing a function to mimic mysql last_insert_id (Christopher Kings-Lynne)

autoincrement" columns in a table as you want - how will you handle that? And what

2001-12-21 09:39:42 | Re: Transaction and cascade problem (Henshall, Stuart - WCP)

autoincrement and name is unique. users has 3 columns name, userid, groupid. I have a constraint