one ask

Поиск
Список
Период
Сортировка
От Partyka Robert
Тема one ask
Дата
Msg-id Pine.LNX.4.21.0011272322440.1272-100000@saturn.alpha.pl
обсуждение исходный текст
Ответы Re: one ask  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
any can explain me why I get every error and notice errors twice ?


<--cut-->

n=# create table (
n(# );
ERROR:  parser: parse error at or near "("
ERROR:  parser: parse error at or near "("
n=# create table a (
n(# index int4 not null,
n(# a char(20) not null,
n(# unique (index),
n(# primary key (index)
n(# );
NOTICE:  CREATE TABLE/PRIMARY KEY will create implicit index 'a_pkey' for
table
'a'
NOTICE:  CREATE TABLE/PRIMARY KEY will create implicit index 'a_pkey' for
table
'a'
CREATE
nasz_system=# select version();
                            version
---------------------------------------------------------------
 PostgreSQL 7.0.3 on i686-pc-linux-gnu, compiled by gcc 2.95.3
(1 row)



regards

BoBsoN


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [SQL] a script that queries database periodically
Следующее
От: "Callis, Adam"
Дата:
Сообщение: I got Pl/Perl working on Solaris!