At 09:10 PM 2/28/03 +0100, Detlef Jockheck wrote:
>I'm new to postgresql. How can automatically create unique object identifyer
>during insertion of new data. I 've seen that a can use a sequence, but I
>think there must be another way?
There are other options. But if you don't have any other requirements than
what you mentioned, you should use sequence/serial.
Regards,
Link.