| От | Jaime Casanova |
|---|---|
| Тема | Re: translating this SQL query from a different dialect |
| Дата | |
| Msg-id | c2d9e70e0601101204n76415c01of4b49587aefcf4e8@mail.gmail.com обсуждение |
| Ответ на | Re: translating this SQL query from a different dialect ("A. Kretschmer" <andreas.kretschmer@schollglas.com>) |
| Ответы |
Re: translating this SQL query from a different dialect
|
| Список | pgsql-novice |
On 1/10/06, A. Kretschmer <andreas.kretschmer@schollglas.com> wrote:
> am 10.01.2006, um 10:38:59 -0700 mailte Michael Fuhr folgendes:
> > Beware that as written this doesn't handle concurrency. For example:
>
> Please, can you expand this example that it works with concurrency?
>
> This is a new field for me...
>
and what's the problem with something like
create table foo (
fld1 int4 not null unique
constraint eight_rows_limit check (fld1 >= 0 and fld1 <= 8)
);
--
regards,
Jaime Casanova
(DBA: DataBase Aniquilator ;)
В списке pgsql-novice по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера