[Personalbackup-users] Errors (if they are) when creating tables in database
Status: Beta
Brought to you by:
linuxtuxie
From: Raf <mil...@ho...> - 2006-02-01 00:30:14
|
Kind members when creating database's tables with command: psql -W -U pbuser personalbackup < database.sql I receive the following output: ERROR: view "overview" does not exist ERROR: view "backuplog_today" does not exist ERROR: table "folders" does not exist ERROR: table "shares" does not exist ERROR: table "machines" does not exist ERROR: table "users" does not exist ERROR: table "backuplog" does not exist ERROR: sequence "s_users" does not exist ERROR: sequence "s_machines" does not exist ERROR: sequence "s_shares" does not exist ERROR: sequence "s_backup" does not exist ERROR: sequence "s_folders" does not exist CREATE SEQUENCE CREATE SEQUENCE CREATE SEQUENCE CREATE SEQUENCE CREATE SEQUENCE NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "users_pkey" for table "users" NOTICE: CREATE TABLE / UNIQUE will create implicit index "users_username_key" for table "users" CREATE TABLE NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "machines_pkey" for table "machines" NOTICE: CREATE TABLE / UNIQUE will create implicit index "machines_user_id_key" for table "machines" CREATE TABLE NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "shares_pkey" for table "shares" CREATE TABLE NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "folders_pkey" for table "folders" CREATE TABLE NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "backuplog_pkey" for table "backuplog" CREATE TABLE CREATE VIEW CREATE VIEW CREATE INDEX CREATE INDEX CREATE INDEX CREATE INDEX GRANT GRANT GRANT GRANT GRANT GRANT GRANT GRANT GRANT GRANT GRANT GRANT INSERT 17603 1 Are the "ERROR:" entries just errors? Regards Raf |