Re: Table partititon hakkında soru

From: Devrim GÜNDÜZ <devrim(at)CommandPrompt(dot)com>
To: Timu <timu(at)cetech(dot)biz>
Cc: "pgsql-tr-genel(at)postgresql(dot)org" <pgsql-tr-genel(at)postgresql(dot)org>
Subject: Re: Table partititon hakkında soru
Date: 2007-10-04 15:54:19
Message-ID: 1191513259.2667.58.camel@laptop.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-tr-genel

Merhaba,

Listeyi CC'lerseniz herkes konuyu okuyabilir:

On Thu, 2007-10-04 at 18:54 +0300, Timu wrote:
>
> manager=# update test set i=1 where id=2;
> ERROR: new row for relation "test_2" violates check
> constraint "test_2_i_check"
> manager=#

E bu normal. Daha önceden test tablosunda 2 diye bir kolon var. Sorun da
bu yani:

timu=# DELETE FROM test WHERE id=2;
DELETE 1
timu=# update test set i=1 where id=2;
UPDATE 0

Kolay gelsin,

--
Devrim GÜNDÜZ
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, ODBCng - http://www.commandprompt.com/

In response to

Responses

Browse pgsql-tr-genel by date

  From Date Subject
Next Message Timu 2007-10-04 15:54:24 Re: Table partititon hakkında soru
Previous Message Devrim GÜNDÜZ 2007-10-04 15:25:07 Re: Table partititon hakkında soru