Search Postgresql Archives

cannot use column references in default expression?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Could anyone please help me to get rid of following error? I want to set the 'ishuman' column based on the value of 'ID' column but it is not allowing me to do so. Any alternatives?

techdb=> CREATE TABLE Users (
������ ID INTEGER,
������ isHuman������� BOOLEAN NOT NULL
��������������������� DEFAULT (ID IS NULL)
��������������������� CHECK (isHuman = ID IS NULL),
������ Name� VARCHAR NOT NULL);
ERROR:� cannot use column references in default _expression_
techdb=>

Thanks,
Jignesh

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux