Re: Simple Problem ?

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Hengky Lie <hengkyliwandouw(at)gmail(dot)com>
Cc: pgsql-sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Simple Problem ?
Date: 2008-09-16 07:32:31
Message-ID: 48CF610F.5040203@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hengky Lie a écrit :
> This is the same as what i think but the table has primary key and has
> no relation to other table. This is the table definition :
> [...]
>
> These query result non updateable records :
>
> SELECT kode, namabarang from tblproduk;
>
> SELECT * from tblproduk;
>
> What is the problem ?
>

Oops, I was wrong on this. You can't edit results in the query tool. You
need to use the data viewer (menu Tools/View Data/View All Rows ;
there's also a button in the toolbar).

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Hengky Lie 2008-09-16 09:23:12 Re: Simple Problem ?
Previous Message Guillaume Lelarge 2008-09-16 06:32:01 Re: Simple Problem ?