I need to have an "identity" column in a view.
I was using bigserial columns in tables and Postgre created nextval function expression automatically.
Now I have tried with nextval function in the view, but with no success....
How can I put a bigserial column in a view ?


Thanks.


---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to