1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00
Files
postgres/src/backend
Thomas G. Lockhart 7ff198cd46 Support SERIAL column type. Expand column marked is_sequence into three
statements:
 - the table definition with a default clause referencing the sequence;
 - a CREATE SEQUENCE statement;
 - a UNIQUE constraint, which expands into a CREATE INDEX statement.
This is not a perfect solution, since the sequence will remain even if
 the table is dropped. Also, there is no absolute protection on updating
 the sequence column.
1998-08-25 15:08:12 +00:00
..
1998-08-20 22:07:46 +00:00
1998-08-25 04:19:16 +00:00
1998-07-26 04:31:41 +00:00
1998-08-25 04:19:16 +00:00
1998-04-27 04:08:07 +00:00