Re: sequence in schema -- broken default

Поиск
Список
Период
Сортировка
От Martín Marqués
Тема Re: sequence in schema -- broken default
Дата
Msg-id 1074890264.40118618ccbd6@bugs.unl.edu.ar
обсуждение исходный текст
Ответ на Re: sequence in schema -- broken default  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: sequence in schema -- broken default  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-general
Mensaje citado por "Joshua D. Drake" <jd@commandprompt.com>:

> > # insert into x values();
> > ERROR:  syntax error at or near ")" at character 22
> >
> Actually if you think about it, it makes sense. At least from the
> example you provide.
> insert into x values(5) is a integer insertion, and it just inserts into
> the first column but
> the second example insert into x values() specifies a blank value. A
> blank is a string
> (versus a NULL which is nothing) and the parser barfs on it with an
> integer. Although
> you will get a different error, insert into x values ('') will also fail.

I feel as if the error message is saying that there's an error near ")" because
there is a missing value (no value al all), not because he entered a string.

--
select 'mmarques' || '@' || 'unl.edu.ar' AS email;
-------------------------------------------------------
Martín Marqués          |   Programador, DBA
Centro de Telemática    |     Administrador
               Universidad Nacional
                    del Litoral
-------------------------------------------------------

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

Предыдущее
От: Martín Marqués
Дата:
Сообщение: Re: sequence in schema -- broken default
Следующее
От: vhikida@inreach.com
Дата:
Сообщение: Re: If table A value IS NULL then table B