Re: Syntax of: alter table ... add constraint ...

From: Alexander Farber <alexander(dot)farber(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Syntax of: alter table ... add constraint ...
Date: 2010-11-08 15:18:59
Message-ID: AANLkTikjsVvTmMgHkXTm10UpU08GxuoV9EprdGNzyrwd@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thank you,

alter table pref_users add constraint pref_users_medals_check check
(medals >= 0);

has worked!

I do not use pgAdmin, because I see in the logs of my 2 web server,
that attackers look for it all the time. But I'll install it at my
development VM at home now.

Regards
Alex

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Guillaume Lelarge 2010-11-08 15:23:52 Re: Syntax of: alter table ... add constraint ...
Previous Message Raymond O'Donnell 2010-11-08 15:13:39 Re: Syntax of: alter table ... add constraint ...