| From: | Partyka Robert <bobson(at)saturn(dot)alpha(dot)pl> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | one ask |
| Date: | 2000-11-27 22:24:46 |
| Message-ID: | Pine.LNX.4.21.0011272322440.1272-100000@saturn.alpha.pl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2000-11-27 22:24:55 | Re: [SQL] a script that queries database periodically |
| Previous Message | Roberto Mello | 2000-11-27 21:56:59 | Re: [SQL] a script that queries database periodically |