- 03 Oct, 1999 1 commit
-
-
Tom Lane authored
expressions in CREATE TABLE. There is no longer an emasculated expression syntax for these things; it's full a_expr for constraints, and b_expr for defaults (unfortunately the fact that NOT NULL is a part of the column constraint syntax causes a shift/reduce conflict if you try a_expr. Oh well --- at least parenthesized boolean expressions work now). Also, stored expression for a column default is not pre-coerced to the column type; we rely on transformInsertStatement to do that when the default is actually used. This means "f1 datetime default 'now'" behaves the way people usually expect it to. BTW, all the support code is now there to implement ALTER TABLE ADD CONSTRAINT and ALTER TABLE ADD COLUMN with a default value. I didn't actually teach ALTER TABLE to call it, but it wouldn't be much work.
-
- 12 May, 1999 1 commit
-
-
Thomas G. Lockhart authored
quotes.
-
- 02 Feb, 1999 1 commit
-
-
Bruce Momjian authored
-
- 06 Jan, 1998 1 commit
-
-
Bruce Momjian authored
-
- 09 Dec, 1997 1 commit
-
-
Thomas G. Lockhart authored
-
- 05 Dec, 1997 1 commit
-
-
Thomas G. Lockhart authored
Add tests for PRIMARY KEY and UNIQUE clauses.
-
- 17 Oct, 1997 1 commit
-
-
Vadim B. Mikheev authored
-
- 16 Sep, 1997 1 commit
-
-
Thomas G. Lockhart authored
after adding separate sections for DEFAULT and CHECK.
-
- 28 Aug, 1997 1 commit
-
-
Vadim B. Mikheev authored
-