[GRASSLIST:253] Re: [GRASS5] Built-in vector documentation extended
    Markus Neteler 
    neteler at itc.it
       
    Mon Mar 20 05:43:47 EST 2006
    
    
  
On Mon, Mar 20, 2006 at 08:55:52AM +0100, Markus Neteler wrote:
> I had some troubles recently to use OID (that's why I removed this hint
> from the manual
> page). Maybe this is better?
> 
> ALTER TABLE mytable ADD id integer;
> CREATE SEQUENCE mytabe_seq;
> UPDATE mytabe SET id= nextval('mytable_seq');
> SELECT * from mytable;
> 
added to
 http://grass.itc.it/grass61/manuals/html61_user/pg.html
Markus
    
    
More information about the grass-user
mailing list