How to totally disable suffix in table name

Hello,

I have recently moved away from inlfux to postgresql and moved the tables. The tables are named like the items to avoid unnecessary joins and confusion.

I configured the jdbc.persist accordingly and I have set
tableUseRealItemNames=true
tableIdDigitCount=0
rebuildTableNames=false

The problem is, that openhab still tries to add a “_number” to the table name, e.g. “gf_guestbath_temperature_14”. I somehow cannot find a way to deactivate the suffix “_14”.

Is this something in the java source or am I missing something in jdbc.persist?

Thank you for your help :slight_smile:

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.