Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
6763 Tampilan

Friends,

How to edit the "next number" field in a sequence from,

Settings > Technical > Sequence & Identifiers > Sequence

Now i cant edit & save it..

Thanks

Avatar
Buang
Penulis

No 1 Know It

Everyone know that

Penulis

Shut up u Juan

Jawaban Terbai

I don't know if it the official solution but you can try this:

  1. Access database with something like psql or pgadmin3
  2. Find the sequence you want to reset
  3. enter query "ALTER SEQUENCE $yoursequence RESTART"

Now it should be reset to 1.

 

More information:

http://www.postgresql.org/docs/9.1/static/sql-altersequence.html

Avatar
Buang
Penulis

thanks

If this helped you, please mark the answer as correct.

Post Terkait Replies Tampilan Aktivitas
0
Feb 23
4795
0
Jan 23
94
1
Okt 22
4144
0
Apr 22
2716
2
Mar 25
2770