Age | Commit message (Collapse) | Author |
|
|
|
|
|
varchar length.
Cleans up code so attlen is always length.
Removed varchar() hack added earlier.
Will fix bug in selecting varchar() fields, and varchar() can be
variable length.
|
|
|
|
|
|
|
|
(Thanks to Bruce for finding what caused problem).
|
|
|
|
|
|
|
|
|
|
indenting. Also static variable indenting.
|
|
|
|
elog(WARN,"ADD ATTRIBUTE: DEFAULT is not implemented, yet");
Call ExecConstraints in CopyFrom
|
|
|
|
from pg_attribute. atthasdef added.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixed the spelling of 'nonexistent' in a few places...
|
|
|