Variable constants ?

Поиск
Список
Период
Сортировка
От stan
Тема Variable constants ?
Дата
Msg-id 20190815205657.GA2593@panix.com
обсуждение исходный текст
Ответы Re: Variable constants ?  (Adrian Klaver <adrian.klaver@aklaver.com>)
Re: Variable constants ?  (Rich Shepard <rshepard@appl-ecosys.com>)
Re: Variable constants ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Variable constants ?  ("Peter J. Holzer" <hjp-pgsql@hjp.at>)
Список pgsql-general
I need to put a few bossiness constants, such as a labor rate multiplier in an
application. I am adverse to hard coding these things. The best plan i have
come up with so far is to store them in a table, which would have only 1
row, and a column for each needed constant.

Anyone have a better way to do this?

Failing a better way is there some way I can limit this table to only allow
one row to exist?


-- 
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
                        -- Benjamin Franklin



В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: slow queries on system tables
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Variable constants ?