[piwww@heplx40 kasia]$ psql curves_test -U kasia -h heplx40 Welcome to psql 7.3.4, the PostgreSQL interactive terminal. Type: \copyright for distribution terms \h for help with SQL commands \? for help on internal slash commands \g or terminate with semicolon to execute query \q to quit curves_test=> \i /var/www/html/curves/database/create DROP TABLE DROP TABLE psql:/var/www/html/curves/database/create:19: NOTICE: CREATE TABLE will create implicit sequence 'stars_id_seq' for SERIAL column 'stars.id' psql:/var/www/html/curves/database/create:19: NOTICE: CREATE TABLE / PRIMARY KE Y will create implicit index 'stars_pkey' for table 'stars' CREATE TABLE psql:/var/www/html/curves/database/create:28: NOTICE: CREATE TABLE will create implicit sequence 'measurements_id_seq' for SERIAL column 'measurements.id' psql:/var/www/html/curves/database/create:28: NOTICE: CREATE TABLE / PRIMARY KE Y will create implicit index 'measurements_pkey' for table 'measurements' psql:/var/www/html/curves/database/create:28: NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s) CREATE TABLE curves_test=> ____________________________________________________________________________ To tez niby jest wystarczajaco dobrze... (9 maja 2005) psql:/var/www/html/curves/database/create:1: ERROR: table "measurements" does not exist psql:/var/www/html/curves/database/create:2: ERROR: table "stars" does not exist psql:/var/www/html/curves/database/create:22: NOTICE: CREATE TABLE will create implicit sequence 'stars_id_seq' for SERIAL column 'stars.id'psql:/var/www/html/curves/database/create:22: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'stars_pkey' for table 'stars' psql:/var/www/html/curves/database/create:22: ERROR: Relation 'stars_id_seq' already exists psql:/var/www/html/curves/database/create:38: NOTICE: CREATE TABLE will create implicit sequence 'measurements_id_seq' for SERIAL column 'measurements.id' psql:/var/www/html/curves/database/create:38: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index 'measurements_pkey' for table 'measurements' psql:/var/www/html/curves/database/create:38: NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY check(s) psql:/var/www/html/curves/database/create:38: ERROR: Relation 'measurements_id_seq' already exists _____________________________________________________________________________