Input validation

Поиск
Список
Период
Сортировка
От stan
Тема Input validation
Дата
Msg-id 20190807180717.GA21152@panix.com
обсуждение исходный текст
Ответы Re: Input validation  (Adrian Klaver <adrian.klaver@aklaver.com>)
Re: Input validation  (Rob Sargent <robjsargent@gmail.com>)
Список pgsql-general
 Have table that contains employee keys, paired up with work type keys
 (both foreign keys) and a 3rd column that you enter a billing rate in.
 Then I have a table where employees enter their work. I need to validate
 that the employee, work type pair exists, before allowing the new record
 to be inserted.

 Any thoughts as to good way to do this?


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



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

Предыдущее
От: Rob Sargent
Дата:
Сообщение: Re: pg_wal fills up on big update query
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Input validation