sswbooks=# \d+ file_base_id_seq
Sequence "public.file_base_id_seq"
Column | Type | Value | Storage | Description
---------------+---------+---------------------+---------+-------------
sequence_name | name | file_base_id_seq | plain |
last_value | bigint | 5 | plain |
start_value | bigint | 1 | plain |
increment_by | bigint | 1 | plain |
max_value | bigint | 9223372036854775807 | plain |
min_value | bigint | 1 | plain |
cache_value | bigint | 1 | plain |
log_cnt | bigint | 31 | plain |
is_cycled | boolean | f | plain |
is_called | boolean | t | plain |
And weirdly, I see "last_value" is 5, and not 3...
select file_name,id from file_transaction;
shows me values up to 69...
sswbooks=# select setval('file_base_id_seq', 70);
and now I can upload files... I wonder what reset the sequence then?
I understand that 1.5 will be frameless and more RESTful... be nice
to automate my mobile phone bill processing :-)
------------------------------------------------------------------------------
_______________________________________________ Ledger-smb-devel mailing list ..hidden.. https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel