dumped the 8.2 DB,
created a new PT3 DB using the latest version of PT3 on Postgres 8.3,
ran a restore from the 8.2 dump to the new 8.3 DB.
The dump returned exit code 1. The log file is below.
Do you know if I'm doing anything wrong here?
Or is it OK that it exited with 1 and gave those errors?
- Code: Select all
pg_restore: connecting to database for restore
pg_restore: creating SCHEMA public
pg_restore: creating COMMENT SCHEMA public
pg_restore: creating TABLE holdem_hand_histories
pg_restore: [archiver] Error while PROCESSING TOC:
pg_restore: [archiver] Error from TOC entry 1313; 1259 39844 TABLE holdem_hand_histories postgres
pg_restore: [archiver] could not set default_tablespace to h_drive_ext: ERROR: tablespace "h_drive_ext" does not exist
pg_restore: [archiver (db)] could not execute query: ERROR: relation "holdem_hand_histories" already exists
Command was:
CREATE TABLE holdem_hand_histories (
id_hand integer NOT NULL,
history text
);
pg_restore: creating TABLE holdem_hand_player_combinations
pg_restore: [archiver (db)] Error from TOC entry 1312; 1259 39789 TABLE holdem_hand_player_combinations postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "holdem_hand_player_combinations" already exists
Command was: CREATE TABLE holdem_hand_player_combinations (
id_hand integer NOT NULL,
id_player integer NOT NULL,
flg_f_highc...
pg_restore: creating TABLE holdem_hand_player_detail
pg_restore: [archiver (db)] Error from TOC entry 1311; 1259 39723 TABLE holdem_hand_player_detail postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "holdem_hand_player_detail" already exists
Command was: CREATE TABLE holdem_hand_player_detail (
id_hand integer NOT NULL,
id_player integer NOT NULL,
seat smallint,
...
pg_restore: creating TABLE holdem_hand_player_statistics
pg_restore: [archiver] Error from TOC entry 1310; 1259 39614 TABLE holdem_hand_player_statistics postgres
pg_restore: [archiver] could not set default_tablespace to e_drive: ERROR: tablespace "e_drive" does not exist
pg_restore: [archiver (db)] could not execute query: ERROR: relation "holdem_hand_player_statistics" already exists
Command was: CREATE TABLE holdem_hand_player_statistics (
id_hand integer NOT NULL,
id_player integer NOT NULL,
id_player_rea...
pg_restore: creating COMMENT COLUMN holdem_hand_player_statistics.enum_allin
pg_restore: creating COMMENT COLUMN holdem_hand_player_statistics.enum_face_allin
pg_restore: creating COMMENT COLUMN holdem_hand_player_statistics.enum_face_allin_action
pg_restore: creating COMMENT COLUMN holdem_hand_player_statistics.enum_folded
pg_restore: creating COMMENT COLUMN holdem_hand_player_statistics.enum_p_3bet_action
pg_restore: creating COMMENT COLUMN holdem_hand_player_statistics.enum_p_4bet_action
pg_restore: creating COMMENT COLUMN holdem_hand_player_statistics.enum_f_3bet_action
pg_restore: creating COMMENT COLUMN holdem_hand_player_statistics.enum_f_4bet_action
pg_restore: creating COMMENT COLUMN holdem_hand_player_statistics.enum_t_3bet_action
pg_restore: creating COMMENT COLUMN holdem_hand_player_statistics.enum_t_4bet_action
pg_restore: creating COMMENT COLUMN holdem_hand_player_statistics.enum_r_3bet_action
pg_restore: creating COMMENT COLUMN holdem_hand_player_statistics.enum_r_4bet_action
pg_restore: creating TABLE holdem_hand_summary
pg_restore: [archiver (db)] Error from TOC entry 1309; 1259 39593 TABLE holdem_hand_summary postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "holdem_hand_summary" already exists
Command was: CREATE TABLE holdem_hand_summary (
id_hand integer NOT NULL,
id_site smallint NOT NULL,
id_limit smallint NOT NU...
pg_restore: creating TABLE holdem_limit
pg_restore: [archiver (db)] Error from TOC entry 1314; 1259 39851 TABLE holdem_limit postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "holdem_limit" already exists
Command was: CREATE TABLE holdem_limit (
id_limit smallint NOT NULL,
limit_name text,
amt_sb numeric(7,2),
amt_bb numeric...
pg_restore: creating TABLE holdem_table
pg_restore: [archiver (db)] Error from TOC entry 1315; 1259 39858 TABLE holdem_table postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "holdem_table" already exists
Command was: CREATE TABLE holdem_table (
id_table integer NOT NULL,
table_name text
);
pg_restore: creating TABLE holdem_table_session_summary
pg_restore: [archiver (db)] Error from TOC entry 1316; 1259 39865 TABLE holdem_table_session_summary postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "holdem_table_session_summary" already exists
Command was: CREATE TABLE holdem_table_session_summary (
id_session integer NOT NULL,
id_site smallint NOT NULL,
id_player in...
pg_restore: creating TABLE lookup_actions
pg_restore: [archiver (db)] Error from TOC entry 1333; 1259 40212 TABLE lookup_actions postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "lookup_actions" already exists
Command was: CREATE TABLE lookup_actions (
id_action integer NOT NULL,
"action" text
);
pg_restore: creating TABLE lookup_hand_groups
pg_restore: [archiver (db)] Error from TOC entry 1328; 1259 40173 TABLE lookup_hand_groups postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "lookup_hand_groups" already exists
Command was: CREATE TABLE lookup_hand_groups (
id_group smallint NOT NULL,
group_name text NOT NULL
);
pg_restore: creating TABLE lookup_hand_ranks
pg_restore: [archiver (db)] Error from TOC entry 1329; 1259 40180 TABLE lookup_hand_ranks postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "lookup_hand_ranks" already exists
Command was: CREATE TABLE lookup_hand_ranks (
id_hand_rank smallint NOT NULL,
id_group smallint NOT NULL,
group_name text NOT...
pg_restore: creating TABLE lookup_hole_cards
pg_restore: [archiver (db)] Error from TOC entry 1330; 1259 40187 TABLE lookup_hole_cards postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "lookup_hole_cards" already exists
Command was: CREATE TABLE lookup_hole_cards (
id_holecard integer NOT NULL,
hole_cards character varying(3) NOT NULL,
flg_pai...
pg_restore: creating TABLE lookup_positions
pg_restore: [archiver (db)] Error from TOC entry 1331; 1259 40197 TABLE lookup_positions postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "lookup_positions" already exists
Command was: CREATE TABLE lookup_positions (
cnt_players smallint NOT NULL,
"position" smallint NOT NULL,
description charact...
pg_restore: creating TABLE lookup_sites
pg_restore: [archiver (db)] Error from TOC entry 1332; 1259 40205 TABLE lookup_sites postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "lookup_sites" already exists
Command was: CREATE TABLE lookup_sites (
id_site integer NOT NULL,
site_abbrev character varying(3),
site_name text
);
pg_restore: creating TABLE lookup_tourney_table_type
pg_restore: [archiver (db)] Error from TOC entry 1326; 1259 40159 TABLE lookup_tourney_table_type postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "lookup_tourney_table_type" already exists
Command was: CREATE TABLE lookup_tourney_table_type (
id_type smallint NOT NULL,
description text
);
pg_restore: creating TABLE lookup_tourney_type
pg_restore: [archiver (db)] Error from TOC entry 1327; 1259 40166 TABLE lookup_tourney_type postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "lookup_tourney_type" already exists
Command was: CREATE TABLE lookup_tourney_type (
id_type smallint NOT NULL,
description text
);
pg_restore: creating TABLE notes
pg_restore: [archiver (db)] Error from TOC entry 1334; 1259 40219 TABLE notes postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "notes" already exists
Command was: CREATE TABLE notes (
id_note integer NOT NULL,
id_x integer NOT NULL,
enum_type character(3) NOT NULL,
date_...
pg_restore: creating TABLE player
pg_restore: [archiver (db)] Error from TOC entry 1335; 1259 40227 TABLE player postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "player" already exists
Command was: CREATE TABLE player (
id_player integer NOT NULL,
id_site smallint NOT NULL,
player_name text,
player_name_s...
pg_restore: creating TABLE settings
pg_restore: [archiver (db)] Error from TOC entry 1336; 1259 40236 TABLE settings postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "settings" already exists
Command was: CREATE TABLE settings (
setting_name text NOT NULL,
setting_value text NOT NULL
);
pg_restore: creating TABLE tourney_holdem_blinds
pg_restore: [archiver (db)] Error from TOC entry 1321; 1259 40117 TABLE tourney_holdem_blinds postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "tourney_holdem_blinds" already exists
Command was: CREATE TABLE tourney_holdem_blinds (
id_blinds smallint NOT NULL,
blinds_name text,
amt_sb numeric(11,2),
am...
pg_restore: creating TABLE tourney_holdem_hand_histories
pg_restore: [archiver (db)] Error from TOC entry 1325; 1259 40152 TABLE tourney_holdem_hand_histories postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "tourney_holdem_hand_histories" already exists
Command was: CREATE TABLE tourney_holdem_hand_histories (
id_hand integer NOT NULL,
history text
);
pg_restore: creating TABLE tourney_holdem_hand_player_combinations
pg_restore: [archiver (db)] Error from TOC entry 1318; 1259 39890 TABLE tourney_holdem_hand_player_combinations postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "tourney_holdem_hand_player_combinations" already exists
Command was: CREATE TABLE tourney_holdem_hand_player_combinations (
id_hand integer NOT NULL,
id_player integer NOT NULL,
flg...
pg_restore: creating TABLE tourney_holdem_hand_player_detail
pg_restore: [archiver (db)] Error from TOC entry 1319; 1259 39945 TABLE tourney_holdem_hand_player_detail postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "tourney_holdem_hand_player_detail" already exists
Command was: CREATE TABLE tourney_holdem_hand_player_detail (
id_hand integer NOT NULL,
id_player integer NOT NULL,
seat smal...
pg_restore: creating TABLE tourney_holdem_hand_player_statistics
pg_restore: [archiver (db)] Error from TOC entry 1320; 1259 40011 TABLE tourney_holdem_hand_player_statistics postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "tourney_holdem_hand_player_statistics" already exists
Command was: CREATE TABLE tourney_holdem_hand_player_statistics (
id_hand integer NOT NULL,
id_player integer NOT NULL,
id_pl...
pg_restore: creating COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_allin
pg_restore: creating COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_face_allin
pg_restore: creating COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_face_allin_action
pg_restore: creating COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_folded
pg_restore: creating COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_p_3bet_action
pg_restore: creating COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_p_4bet_action
pg_restore: creating COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_f_3bet_action
pg_restore: creating COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_f_4bet_action
pg_restore: creating COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_t_3bet_action
pg_restore: creating COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_t_4bet_action
pg_restore: creating COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_r_3bet_action
pg_restore: creating COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_r_4bet_action
pg_restore: creating TABLE tourney_holdem_hand_summary
pg_restore: [archiver (db)] Error from TOC entry 1317; 1259 39872 TABLE tourney_holdem_hand_summary postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "tourney_holdem_hand_summary" already exists
Command was: CREATE TABLE tourney_holdem_hand_summary (
id_hand integer NOT NULL,
id_site smallint NOT NULL,
id_tourney integ...
pg_restore: creating TABLE tourney_holdem_results
pg_restore: [archiver (db)] Error from TOC entry 1323; 1259 40136 TABLE tourney_holdem_results postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "tourney_holdem_results" already exists
Command was: CREATE TABLE tourney_holdem_results (
id_tourney integer NOT NULL,
id_site integer NOT NULL,
id_player integer N...
pg_restore: creating TABLE tourney_holdem_summary
pg_restore: [archiver (db)] Error from TOC entry 1322; 1259 40124 TABLE tourney_holdem_summary postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "tourney_holdem_summary" already exists
Command was: CREATE TABLE tourney_holdem_summary (
id_tourney integer NOT NULL,
id_site smallint NOT NULL,
id_table_type smal...
pg_restore: creating TABLE tourney_holdem_table
pg_restore: [archiver (db)] Error from TOC entry 1324; 1259 40145 TABLE tourney_holdem_table postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "tourney_holdem_table" already exists
Command was: CREATE TABLE tourney_holdem_table (
id_table integer NOT NULL,
table_name text
);
pg_restore: restoring data for table "holdem_hand_histories"
pg_restore: restoring data for table "holdem_hand_player_combinations"
pg_restore: restoring data for table "holdem_hand_player_detail"
pg_restore: restoring data for table "holdem_hand_player_statistics"
pg_restore: restoring data for table "holdem_hand_summary"
pg_restore: restoring data for table "holdem_limit"
pg_restore: restoring data for table "holdem_table"
pg_restore: restoring data for table "holdem_table_session_summary"
pg_restore: restoring data for table "lookup_actions"
pg_restore: restoring data for table "lookup_hand_groups"
pg_restore: [archiver (db)] Error from TOC entry 2232; 0 40173 TABLE DATA lookup_hand_groups postgres
pg_restore: [archiver (db)] COPY failed: ERROR: duplicate key value violates unique constraint "lookup_hand_groups_primary_key"
CONTEXT: COPY lookup_hand_groups, line 1: "1 Straight Flush"
pg_restore: restoring data for table "lookup_hand_ranks"
pg_restore: [archiver (db)] Error from TOC entry 2233; 0 40180 TABLE DATA lookup_hand_ranks postgres
pg_restore: [archiver (db)] COPY failed: ERROR: duplicate key value violates unique constraint "lookup_hand_ranks_primary_key"
CONTEXT: COPY lookup_hand_ranks, line 1: "1 1 Straight Flush Royal Flush"
pg_restore: restoring data for table "lookup_hole_cards"
pg_restore: [archiver (db)] Error from TOC entry 2234; 0 40187 TABLE DATA lookup_hole_cards postgres
pg_restore: [archiver (db)] COPY failed: ERROR: duplicate key value violates unique constraint "lookup_hole_cards_primary_key"
CONTEXT: COPY lookup_hole_cards, line 1: "1 AA t f f f f 0"
pg_restore: restoring data for table "lookup_positions"
pg_restore: [archiver (db)] Error from TOC entry 2235; 0 40197 TABLE DATA lookup_positions postgres
pg_restore: [archiver (db)] COPY failed: ERROR: duplicate key value violates unique constraint "lookup_positions_primary_key"
CONTEXT: COPY lookup_positions, line 1: "2 0 BB t f f f"
pg_restore: restoring data for table "lookup_sites"
pg_restore: [archiver (db)] Error from TOC entry 2236; 0 40205 TABLE DATA lookup_sites postgres
pg_restore: [archiver (db)] COPY failed: ERROR: duplicate key value violates unique constraint "lookup_sites_primary_key"
CONTEXT: COPY lookup_sites, line 1: "100 PS PokerStars"
pg_restore: restoring data for table "lookup_tourney_table_type"
pg_restore: [archiver (db)] Error from TOC entry 2230; 0 40159 TABLE DATA lookup_tourney_table_type postgres
pg_restore: [archiver (db)] COPY failed: ERROR: duplicate key value violates unique constraint "lookup_tourney_table_type_primary_key"
CONTEXT: COPY lookup_tourney_table_type, line 1: "0 N/A"
pg_restore: restoring data for table "lookup_tourney_type"
pg_restore: [archiver (db)] Error from TOC entry 2231; 0 40166 TABLE DATA lookup_tourney_type postgres
pg_restore: [archiver (db)] COPY failed: ERROR: duplicate key value violates unique constraint "lookup_tourney_type_primary_key"
CONTEXT: COPY lookup_tourney_type, line 1: "0 N/A"
pg_restore: restoring data for table "notes"
pg_restore: restoring data for table "player"
pg_restore: restoring data for table "settings"
pg_restore: [archiver (db)] Error from TOC entry 2240; 0 40236 TABLE DATA settings postgres
pg_restore: [archiver (db)] COPY failed: ERROR: duplicate key value violates unique constraint "settings_primary_key"
CONTEXT: COPY settings, line 1: "nlpl_mult 2"
pg_restore: restoring data for table "tourney_holdem_blinds"
pg_restore: restoring data for table "tourney_holdem_hand_histories"
pg_restore: restoring data for table "tourney_holdem_hand_player_combinations"
pg_restore: restoring data for table "tourney_holdem_hand_player_detail"
pg_restore: restoring data for table "tourney_holdem_hand_player_statistics"
pg_restore: restoring data for table "tourney_holdem_hand_summary"
pg_restore: restoring data for table "tourney_holdem_results"
pg_restore: restoring data for table "tourney_holdem_summary"
pg_restore: restoring data for table "tourney_holdem_table"
pg_restore: creating CONSTRAINT hhs-unique_hand_no
pg_restore: [archiver (db)] Error from TOC entry 2124; 2606 39610 CONSTRAINT hhs-unique_hand_no postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "hhs-unique_hand_no" already exists
Command was: ALTER TABLE ONLY holdem_hand_summary
ADD CONSTRAINT "hhs-unique_hand_no" UNIQUE (id_site, hand_no);
pg_restore: creating CONSTRAINT holdem_hand_histories_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2146; 2606 39850 CONSTRAINT holdem_hand_histories_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "holdem_hand_histories" are not allowed
Command was: ALTER TABLE ONLY holdem_hand_histories
ADD CONSTRAINT holdem_hand_histories_primary_key PRIMARY KEY (id_hand);
pg_restore: creating CONSTRAINT holdem_hand_player_combinations_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2144; 2606 39842 CONSTRAINT holdem_hand_player_combinations_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "holdem_hand_player_combinations" are not allowed
Command was: ALTER TABLE ONLY holdem_hand_player_combinations
ADD CONSTRAINT holdem_hand_player_combinations_primary_key PRIMARY KEY ...
pg_restore: creating CONSTRAINT holdem_hand_player_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2141; 2606 39786 CONSTRAINT holdem_hand_player_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "holdem_hand_player_detail" are not allowed
Command was: ALTER TABLE ONLY holdem_hand_player_detail
ADD CONSTRAINT holdem_hand_player_primary_key PRIMARY KEY (id_hand, id_player);
pg_restore: creating CONSTRAINT holdem_hand_player_statistics_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2137; 2606 39716 CONSTRAINT holdem_hand_player_statistics_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "holdem_hand_player_statistics" are not allowed
Command was: ALTER TABLE ONLY holdem_hand_player_statistics
ADD CONSTRAINT holdem_hand_player_statistics_primary_key PRIMARY KEY (id_...
pg_restore: creating CONSTRAINT holdem_hand_summary_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2129; 2606 39608 CONSTRAINT holdem_hand_summary_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "holdem_hand_summary" are not allowed
Command was: ALTER TABLE ONLY holdem_hand_summary
ADD CONSTRAINT holdem_hand_summary_primary_key PRIMARY KEY (id_hand);
pg_restore: creating CONSTRAINT holdem_limit_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2148; 2606 39857 CONSTRAINT holdem_limit_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "holdem_limit" are not allowed
Command was: ALTER TABLE ONLY holdem_limit
ADD CONSTRAINT holdem_limit_primary_key PRIMARY KEY (id_limit);
pg_restore: creating CONSTRAINT holdem_table_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2150; 2606 39864 CONSTRAINT holdem_table_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "holdem_table" are not allowed
Command was: ALTER TABLE ONLY holdem_table
ADD CONSTRAINT holdem_table_primary_key PRIMARY KEY (id_table);
pg_restore: creating CONSTRAINT holdem_table_session_summary_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2152; 2606 39869 CONSTRAINT holdem_table_session_summary_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "holdem_table_session_summary" are not allowed
Command was: ALTER TABLE ONLY holdem_table_session_summary
ADD CONSTRAINT holdem_table_session_summary_primary_key PRIMARY KEY (id_se...
pg_restore: creating CONSTRAINT lookup_actions_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2204; 2606 40218 CONSTRAINT lookup_actions_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "lookup_actions" are not allowed
Command was: ALTER TABLE ONLY lookup_actions
ADD CONSTRAINT lookup_actions_primary_key PRIMARY KEY (id_action);
pg_restore: creating CONSTRAINT lookup_hand_groups_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2194; 2606 40179 CONSTRAINT lookup_hand_groups_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "lookup_hand_groups" are not allowed
Command was: ALTER TABLE ONLY lookup_hand_groups
ADD CONSTRAINT lookup_hand_groups_primary_key PRIMARY KEY (id_group);
pg_restore: creating CONSTRAINT lookup_hand_ranks_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2196; 2606 40186 CONSTRAINT lookup_hand_ranks_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "lookup_hand_ranks" are not allowed
Command was: ALTER TABLE ONLY lookup_hand_ranks
ADD CONSTRAINT lookup_hand_ranks_primary_key PRIMARY KEY (id_hand_rank);
pg_restore: creating CONSTRAINT lookup_hole_cards_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2198; 2606 40196 CONSTRAINT lookup_hole_cards_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "lookup_hole_cards" are not allowed
Command was: ALTER TABLE ONLY lookup_hole_cards
ADD CONSTRAINT lookup_hole_cards_primary_key PRIMARY KEY (id_holecard);
pg_restore: creating CONSTRAINT lookup_positions_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2200; 2606 40204 CONSTRAINT lookup_positions_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "lookup_positions" are not allowed
Command was: ALTER TABLE ONLY lookup_positions
ADD CONSTRAINT lookup_positions_primary_key PRIMARY KEY (cnt_players, "position");
pg_restore: creating CONSTRAINT lookup_sites_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2202; 2606 40211 CONSTRAINT lookup_sites_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "lookup_sites" are not allowed
Command was: ALTER TABLE ONLY lookup_sites
ADD CONSTRAINT lookup_sites_primary_key PRIMARY KEY (id_site);
pg_restore: creating CONSTRAINT lookup_tourney_table_type_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2190; 2606 40165 CONSTRAINT lookup_tourney_table_type_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "lookup_tourney_table_type" are not allowed
Command was: ALTER TABLE ONLY lookup_tourney_table_type
ADD CONSTRAINT lookup_tourney_table_type_primary_key PRIMARY KEY (id_type);
pg_restore: creating CONSTRAINT lookup_tourney_type_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2192; 2606 40172 CONSTRAINT lookup_tourney_type_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "lookup_tourney_type" are not allowed
Command was: ALTER TABLE ONLY lookup_tourney_type
ADD CONSTRAINT lookup_tourney_type_primary_key PRIMARY KEY (id_type);
pg_restore: creating CONSTRAINT notes_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2207; 2606 40225 CONSTRAINT notes_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "notes" are not allowed
Command was: ALTER TABLE ONLY notes
ADD CONSTRAINT notes_primary_key PRIMARY KEY (id_note);
pg_restore: creating CONSTRAINT player_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2210; 2606 40234 CONSTRAINT player_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "player" are not allowed
Command was: ALTER TABLE ONLY player
ADD CONSTRAINT player_primary_key PRIMARY KEY (id_player);
pg_restore: creating CONSTRAINT settings_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2212; 2606 40242 CONSTRAINT settings_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "settings" are not allowed
Command was: ALTER TABLE ONLY settings
ADD CONSTRAINT settings_primary_key PRIMARY KEY (setting_name);
pg_restore: creating CONSTRAINT thhs-unique_hand_no
pg_restore: [archiver (db)] Error from TOC entry 2156; 2606 39886 CONSTRAINT thhs-unique_hand_no postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "thhs-unique_hand_no" already exists
Command was: ALTER TABLE ONLY tourney_holdem_hand_summary
ADD CONSTRAINT "thhs-unique_hand_no" UNIQUE (id_site, hand_no);
pg_restore: creating CONSTRAINT tourney_holdem_blinds_id_blinds_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2177; 2606 40123 CONSTRAINT tourney_holdem_blinds_id_blinds_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "tourney_holdem_blinds" are not allowed
Command was: ALTER TABLE ONLY tourney_holdem_blinds
ADD CONSTRAINT tourney_holdem_blinds_id_blinds_primary_key PRIMARY KEY (id_blinds);
pg_restore: creating CONSTRAINT tourney_holdem_hand_histories_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2188; 2606 40158 CONSTRAINT tourney_holdem_hand_histories_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "tourney_holdem_hand_histories" are not allowed
Command was: ALTER TABLE ONLY tourney_holdem_hand_histories
ADD CONSTRAINT tourney_holdem_hand_histories_primary_key PRIMARY KEY (id_...
pg_restore: creating CONSTRAINT tourney_holdem_hand_player_combinations_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2164; 2606 39943 CONSTRAINT tourney_holdem_hand_player_combinations_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "tourney_holdem_hand_player_combinations" are not allowed
Command was: ALTER TABLE ONLY tourney_holdem_hand_player_combinations
ADD CONSTRAINT tourney_holdem_hand_player_combinations_primary_...
pg_restore: creating CONSTRAINT tourney_holdem_hand_player_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2168; 2606 40008 CONSTRAINT tourney_holdem_hand_player_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "tourney_holdem_hand_player_detail" are not allowed
Command was: ALTER TABLE ONLY tourney_holdem_hand_player_detail
ADD CONSTRAINT tourney_holdem_hand_player_primary_key PRIMARY KEY (id...
pg_restore: creating CONSTRAINT tourney_holdem_hand_player_statistics_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2175; 2606 40111 CONSTRAINT tourney_holdem_hand_player_statistics_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "tourney_holdem_hand_player_statistics" are not allowed
Command was: ALTER TABLE ONLY tourney_holdem_hand_player_statistics
ADD CONSTRAINT tourney_holdem_hand_player_statistics_primary_key ...
pg_restore: creating CONSTRAINT tourney_holdem_hand_summary_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2161; 2606 39884 CONSTRAINT tourney_holdem_hand_summary_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "tourney_holdem_hand_summary" are not allowed
Command was: ALTER TABLE ONLY tourney_holdem_hand_summary
ADD CONSTRAINT tourney_holdem_hand_summary_primary_key PRIMARY KEY (id_hand);
pg_restore: creating CONSTRAINT tourney_holdem_results_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2184; 2606 40143 CONSTRAINT tourney_holdem_results_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "tourney_holdem_results" are not allowed
Command was: ALTER TABLE ONLY tourney_holdem_results
ADD CONSTRAINT tourney_holdem_results_primary_key PRIMARY KEY (id_tourney, id_pl...
pg_restore: creating CONSTRAINT tourney_holdem_summary_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2182; 2606 40133 CONSTRAINT tourney_holdem_summary_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "tourney_holdem_summary" are not allowed
Command was: ALTER TABLE ONLY tourney_holdem_summary
ADD CONSTRAINT tourney_holdem_summary_primary_key PRIMARY KEY (id_tourney);
pg_restore: creating CONSTRAINT tourney_holdem_table_primary_key
pg_restore: [archiver (db)] Error from TOC entry 2186; 2606 40151 CONSTRAINT tourney_holdem_table_primary_key postgres
pg_restore: [archiver (db)] could not execute query: ERROR: multiple primary keys for table "tourney_holdem_table" are not allowed
Command was: ALTER TABLE ONLY tourney_holdem_table
ADD CONSTRAINT tourney_holdem_table_primary_key PRIMARY KEY (id_table);
pg_restore: creating INDEX hhpc:idx1-id_hand
pg_restore: [archiver (db)] Error from TOC entry 2142; 1259 39843 INDEX hhpc:idx1-id_hand postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "hhpc:idx1-id_hand" already exists
Command was: CREATE INDEX "hhpc:idx1-id_hand" ON holdem_hand_player_combinations USING btree (id_hand);
pg_restore: creating INDEX hhpd:idx1-id_hand
pg_restore: [archiver (db)] Error from TOC entry 2138; 1259 39787 INDEX hhpd:idx1-id_hand postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "hhpd:idx1-id_hand" already exists
Command was: CREATE INDEX "hhpd:idx1-id_hand" ON holdem_hand_player_detail USING btree (id_hand);
pg_restore: creating INDEX hhpd:idx2-id_player
pg_restore: [archiver (db)] Error from TOC entry 2139; 1259 39788 INDEX hhpd:idx2-id_player postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "hhpd:idx2-id_player" already exists
Command was: CREATE INDEX "hhpd:idx2-id_player" ON holdem_hand_player_detail USING btree (id_player);
pg_restore: creating INDEX hhps:idx1-id_hand
pg_restore: [archiver (db)] Error from TOC entry 2130; 1259 39717 INDEX hhps:idx1-id_hand postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "hhps:idx1-id_hand" already exists
Command was: CREATE INDEX "hhps:idx1-id_hand" ON holdem_hand_player_statistics USING btree (id_hand);
pg_restore: creating INDEX hhps:idx2-id_player
pg_restore: [archiver (db)] Error from TOC entry 2131; 1259 39718 INDEX hhps:idx2-id_player postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "hhps:idx2-id_player" already exists
Command was: CREATE INDEX "hhps:idx2-id_player" ON holdem_hand_player_statistics USING btree (id_player);
pg_restore: creating INDEX hhps:idx3-id_limit
pg_restore: [archiver (db)] Error from TOC entry 2132; 1259 39719 INDEX hhps:idx3-id_limit postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "hhps:idx3-id_limit" already exists
Command was: CREATE INDEX "hhps:idx3-id_limit" ON holdem_hand_player_statistics USING btree (id_limit);
pg_restore: creating INDEX hhps:idx4-date_played
pg_restore: [archiver (db)] Error from TOC entry 2133; 1259 39720 INDEX hhps:idx4-date_played postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "hhps:idx4-date_played" already exists
Command was: CREATE INDEX "hhps:idx4-date_played" ON holdem_hand_player_statistics USING btree (date_played);
pg_restore: creating INDEX hhps:idx5-id_session
pg_restore: [archiver (db)] Error from TOC entry 2134; 1259 39721 INDEX hhps:idx5-id_session postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "hhps:idx5-id_session" already exists
Command was: CREATE INDEX "hhps:idx5-id_session" ON holdem_hand_player_statistics USING btree (id_session);
pg_restore: creating INDEX hhps:idx6-position
pg_restore: [archiver (db)] Error from TOC entry 2135; 1259 39722 INDEX hhps:idx6-position postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "hhps:idx6-position" already exists
Command was: CREATE INDEX "hhps:idx6-position" ON holdem_hand_player_statistics USING btree ("position");
pg_restore: creating INDEX hhs:idx1-date_played
pg_restore: [archiver (db)] Error from TOC entry 2125; 1259 39611 INDEX hhs:idx1-date_played postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "hhs:idx1-date_played" already exists
Command was: CREATE INDEX "hhs:idx1-date_played" ON holdem_hand_summary USING btree (date_played);
pg_restore: creating INDEX hhs:idx2-id_limit
pg_restore: [archiver (db)] Error from TOC entry 2126; 1259 39612 INDEX hhs:idx2-id_limit postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "hhs:idx2-id_limit" already exists
Command was: CREATE INDEX "hhs:idx2-id_limit" ON holdem_hand_summary USING btree (id_limit);
pg_restore: creating INDEX hhs:idx3-hand_no
pg_restore: [archiver (db)] Error from TOC entry 2127; 1259 39613 INDEX hhs:idx3-hand_no postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "hhs:idx3-hand_no" already exists
Command was: CREATE INDEX "hhs:idx3-hand_no" ON holdem_hand_summary USING btree (hand_no);
pg_restore: creating INDEX htss:idx1-id_player
pg_restore: [archiver (db)] Error from TOC entry 2153; 1259 39870 INDEX htss:idx1-id_player postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "htss:idx1-id_player" already exists
Command was: CREATE INDEX "htss:idx1-id_player" ON holdem_table_session_summary USING btree (id_player);
pg_restore: creating INDEX htss:idx2-id_table
pg_restore: [archiver (db)] Error from TOC entry 2154; 1259 39871 INDEX htss:idx2-id_table postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "htss:idx2-id_table" already exists
Command was: CREATE INDEX "htss:idx2-id_table" ON holdem_table_session_summary USING btree (id_table);
pg_restore: creating INDEX idx1:notes-id_x
pg_restore: [archiver (db)] Error from TOC entry 2205; 1259 40226 INDEX idx1:notes-id_x postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "idx1:notes-id_x" already exists
Command was: CREATE INDEX "idx1:notes-id_x" ON notes USING btree (id_x);
pg_restore: creating INDEX idx1:player_name_search
pg_restore: [archiver (db)] Error from TOC entry 2208; 1259 40235 INDEX idx1:player_name_search postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "idx1:player_name_search" already exists
Command was: CREATE INDEX "idx1:player_name_search" ON player USING btree (player_name_search);
pg_restore: creating INDEX thhpc:idx1-id_hand
pg_restore: [archiver (db)] Error from TOC entry 2162; 1259 39944 INDEX thhpc:idx1-id_hand postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "thhpc:idx1-id_hand" already exists
Command was: CREATE INDEX "thhpc:idx1-id_hand" ON tourney_holdem_hand_player_combinations USING btree (id_hand);
pg_restore: creating INDEX thhpd:idx1-id_hand
pg_restore: [archiver (db)] Error from TOC entry 2165; 1259 40009 INDEX thhpd:idx1-id_hand postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "thhpd:idx1-id_hand" already exists
Command was: CREATE INDEX "thhpd:idx1-id_hand" ON tourney_holdem_hand_player_detail USING btree (id_hand);
pg_restore: creating INDEX thhpd:idx2-id_player
pg_restore: [archiver (db)] Error from TOC entry 2166; 1259 40010 INDEX thhpd:idx2-id_player postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "thhpd:idx2-id_player" already exists
Command was: CREATE INDEX "thhpd:idx2-id_player" ON tourney_holdem_hand_player_detail USING btree (id_player);
pg_restore: creating INDEX thhps:idx1-id_hand
pg_restore: [archiver (db)] Error from TOC entry 2169; 1259 40112 INDEX thhps:idx1-id_hand postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "thhps:idx1-id_hand" already exists
Command was: CREATE INDEX "thhps:idx1-id_hand" ON tourney_holdem_hand_player_statistics USING btree (id_hand);
pg_restore: creating INDEX thhps:idx2-id_player
pg_restore: [archiver (db)] Error from TOC entry 2170; 1259 40113 INDEX thhps:idx2-id_player postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "thhps:idx2-id_player" already exists
Command was: CREATE INDEX "thhps:idx2-id_player" ON tourney_holdem_hand_player_statistics USING btree (id_player);
pg_restore: creating INDEX thhps:idx3-id_blinds
pg_restore: [archiver (db)] Error from TOC entry 2171; 1259 40114 INDEX thhps:idx3-id_blinds postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "thhps:idx3-id_blinds" already exists
Command was: CREATE INDEX "thhps:idx3-id_blinds" ON tourney_holdem_hand_player_statistics USING btree (id_blinds);
pg_restore: creating INDEX thhps:idx4-date_played
pg_restore: [archiver (db)] Error from TOC entry 2172; 1259 40115 INDEX thhps:idx4-date_played postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "thhps:idx4-date_played" already exists
Command was: CREATE INDEX "thhps:idx4-date_played" ON tourney_holdem_hand_player_statistics USING btree (date_played);
pg_restore: creating INDEX thhps:idx5-position
pg_restore: [archiver (db)] Error from TOC entry 2173; 1259 40116 INDEX thhps:idx5-position postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "thhps:idx5-position" already exists
Command was: CREATE INDEX "thhps:idx5-position" ON tourney_holdem_hand_player_statistics USING btree ("position");
pg_restore: creating INDEX thhs:idx1-date_played
pg_restore: [archiver (db)] Error from TOC entry 2157; 1259 39887 INDEX thhs:idx1-date_played postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "thhs:idx1-date_played" already exists
Command was: CREATE INDEX "thhs:idx1-date_played" ON tourney_holdem_hand_summary USING btree (date_played);
pg_restore: creating INDEX thhs:idx2-id_blinds
pg_restore: [archiver (db)] Error from TOC entry 2158; 1259 39888 INDEX thhs:idx2-id_blinds postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "thhs:idx2-id_blinds" already exists
Command was: CREATE INDEX "thhs:idx2-id_blinds" ON tourney_holdem_hand_summary USING btree (id_blinds);
pg_restore: creating INDEX thhs:idx3-hand_no
pg_restore: [archiver (db)] Error from TOC entry 2159; 1259 39889 INDEX thhs:idx3-hand_no postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "thhs:idx3-hand_no" already exists
Command was: CREATE INDEX "thhs:idx3-hand_no" ON tourney_holdem_hand_summary USING btree (hand_no);
pg_restore: creating INDEX thr:idx1-id_site
pg_restore: [archiver (db)] Error from TOC entry 2178; 1259 40144 INDEX thr:idx1-id_site postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "thr:idx1-id_site" already exists
Command was: CREATE INDEX "thr:idx1-id_site" ON tourney_holdem_summary USING btree (id_site);
pg_restore: creating INDEX ths:idx1-date_start
pg_restore: [archiver (db)] Error from TOC entry 2179; 1259 40134 INDEX ths:idx1-date_start postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "ths:idx1-date_start" already exists
Command was: CREATE INDEX "ths:idx1-date_start" ON tourney_holdem_summary USING btree (date_start);
pg_restore: creating INDEX ths:idx2-id_site
pg_restore: [archiver (db)] Error from TOC entry 2180; 1259 40135 INDEX ths:idx2-id_site postgres
pg_restore: [archiver (db)] could not execute query: ERROR: relation "ths:idx2-id_site" already exists
Command was: CREATE INDEX "ths:idx2-id_site" ON tourney_holdem_summary USING btree (id_site);
pg_restore: setting owner and privileges for SCHEMA public
pg_restore: setting owner and privileges for COMMENT SCHEMA public
pg_restore: setting owner and privileges for ACL public
pg_restore: setting owner and privileges for TABLE holdem_hand_histories
pg_restore: setting owner and privileges for TABLE holdem_hand_player_combinations
pg_restore: setting owner and privileges for TABLE holdem_hand_player_detail
pg_restore: setting owner and privileges for TABLE holdem_hand_player_statistics
pg_restore: setting owner and privileges for COMMENT COLUMN holdem_hand_player_statistics.enum_allin
pg_restore: setting owner and privileges for COMMENT COLUMN holdem_hand_player_statistics.enum_face_allin
pg_restore: setting owner and privileges for COMMENT COLUMN holdem_hand_player_statistics.enum_face_allin_action
pg_restore: setting owner and privileges for COMMENT COLUMN holdem_hand_player_statistics.enum_folded
pg_restore: setting owner and privileges for COMMENT COLUMN holdem_hand_player_statistics.enum_p_3bet_action
pg_restore: setting owner and privileges for COMMENT COLUMN holdem_hand_player_statistics.enum_p_4bet_action
pg_restore: setting owner and privileges for COMMENT COLUMN holdem_hand_player_statistics.enum_f_3bet_action
pg_restore: setting owner and privileges for COMMENT COLUMN holdem_hand_player_statistics.enum_f_4bet_action
pg_restore: setting owner and privileges for COMMENT COLUMN holdem_hand_player_statistics.enum_t_3bet_action
pg_restore: setting owner and privileges for COMMENT COLUMN holdem_hand_player_statistics.enum_t_4bet_action
pg_restore: setting owner and privileges for COMMENT COLUMN holdem_hand_player_statistics.enum_r_3bet_action
pg_restore: setting owner and privileges for COMMENT COLUMN holdem_hand_player_statistics.enum_r_4bet_action
pg_restore: setting owner and privileges for TABLE holdem_hand_summary
pg_restore: setting owner and privileges for TABLE holdem_limit
pg_restore: setting owner and privileges for TABLE holdem_table
pg_restore: setting owner and privileges for TABLE holdem_table_session_summary
pg_restore: setting owner and privileges for TABLE lookup_actions
pg_restore: setting owner and privileges for TABLE lookup_hand_groups
pg_restore: setting owner and privileges for TABLE lookup_hand_ranks
pg_restore: setting owner and privileges for TABLE lookup_hole_cards
pg_restore: setting owner and privileges for TABLE lookup_positions
pg_restore: setting owner and privileges for TABLE lookup_sites
pg_restore: setting owner and privileges for TABLE lookup_tourney_table_type
pg_restore: setting owner and privileges for TABLE lookup_tourney_type
pg_restore: setting owner and privileges for TABLE notes
pg_restore: setting owner and privileges for TABLE player
pg_restore: setting owner and privileges for TABLE settings
pg_restore: setting owner and privileges for TABLE tourney_holdem_blinds
pg_restore: setting owner and privileges for TABLE tourney_holdem_hand_histories
pg_restore: setting owner and privileges for TABLE tourney_holdem_hand_player_combinations
pg_restore: setting owner and privileges for TABLE tourney_holdem_hand_player_detail
pg_restore: setting owner and privileges for TABLE tourney_holdem_hand_player_statistics
pg_restore: setting owner and privileges for COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_allin
pg_restore: setting owner and privileges for COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_face_allin
pg_restore: setting owner and privileges for COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_face_allin_action
pg_restore: setting owner and privileges for COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_folded
pg_restore: setting owner and privileges for COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_p_3bet_action
pg_restore: setting owner and privileges for COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_p_4bet_action
pg_restore: setting owner and privileges for COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_f_3bet_action
pg_restore: setting owner and privileges for COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_f_4bet_action
pg_restore: setting owner and privileges for COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_t_3bet_action
pg_restore: setting owner and privileges for COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_t_4bet_action
pg_restore: setting owner and privileges for COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_r_3bet_action
pg_restore: setting owner and privileges for COMMENT COLUMN tourney_holdem_hand_player_statistics.enum_r_4bet_action
pg_restore: setting owner and privileges for TABLE tourney_holdem_hand_summary
pg_restore: setting owner and privileges for TABLE tourney_holdem_results
pg_restore: setting owner and privileges for TABLE tourney_holdem_summary
pg_restore: setting owner and privileges for TABLE tourney_holdem_table
pg_restore: setting owner and privileges for CONSTRAINT hhs-unique_hand_no
pg_restore: setting owner and privileges for CONSTRAINT holdem_hand_histories_primary_key
pg_restore: setting owner and privileges for CONSTRAINT holdem_hand_player_combinations_primary_key
pg_restore: setting owner and privileges for CONSTRAINT holdem_hand_player_primary_key
pg_restore: setting owner and privileges for CONSTRAINT holdem_hand_player_statistics_primary_key
pg_restore: setting owner and privileges for CONSTRAINT holdem_hand_summary_primary_key
pg_restore: setting owner and privileges for CONSTRAINT holdem_limit_primary_key
pg_restore: setting owner and privileges for CONSTRAINT holdem_table_primary_key
pg_restore: setting owner and privileges for CONSTRAINT holdem_table_session_summary_primary_key
pg_restore: setting owner and privileges for CONSTRAINT lookup_actions_primary_key
pg_restore: setting owner and privileges for CONSTRAINT lookup_hand_groups_primary_key
pg_restore: setting owner and privileges for CONSTRAINT lookup_hand_ranks_primary_key
pg_restore: setting owner and privileges for CONSTRAINT lookup_hole_cards_primary_key
pg_restore: setting owner and privileges for CONSTRAINT lookup_positions_primary_key
pg_restore: setting owner and privileges for CONSTRAINT lookup_sites_primary_key
pg_restore: setting owner and privileges for CONSTRAINT lookup_tourney_table_type_primary_key
pg_restore: setting owner and privileges for CONSTRAINT lookup_tourney_type_primary_key
pg_restore: setting owner and privileges for CONSTRAINT notes_primary_key
pg_restore: setting owner and privileges for CONSTRAINT player_primary_key
pg_restore: setting owner and privileges for CONSTRAINT settings_primary_key
pg_restore: setting owner and privileges for CONSTRAINT thhs-unique_hand_no
pg_restore: setting owner and privileges for CONSTRAINT tourney_holdem_blinds_id_blinds_primary_key
pg_restore: setting owner and privileges for CONSTRAINT tourney_holdem_hand_histories_primary_key
pg_restore: setting owner and privileges for CONSTRAINT tourney_holdem_hand_player_combinations_primary_key
pg_restore: setting owner and privileges for CONSTRAINT tourney_holdem_hand_player_primary_key
pg_restore: setting owner and privileges for CONSTRAINT tourney_holdem_hand_player_statistics_primary_key
pg_restore: setting owner and privileges for CONSTRAINT tourney_holdem_hand_summary_primary_key
pg_restore: setting owner and privileges for CONSTRAINT tourney_holdem_results_primary_key
pg_restore: setting owner and privileges for CONSTRAINT tourney_holdem_summary_primary_key
pg_restore: setting owner and privileges for CONSTRAINT tourney_holdem_table_primary_key
pg_restore: setting owner and privileges for INDEX hhpc:idx1-id_hand
pg_restore: setting owner and privileges for INDEX hhpd:idx1-id_hand
pg_restore: setting owner and privileges for INDEX hhpd:idx2-id_player
pg_restore: setting owner and privileges for INDEX hhps:idx1-id_hand
pg_restore: setting owner and privileges for INDEX hhps:idx2-id_player
pg_restore: setting owner and privileges for INDEX hhps:idx3-id_limit
pg_restore: setting owner and privileges for INDEX hhps:idx4-date_played
pg_restore: setting owner and privileges for INDEX hhps:idx5-id_session
pg_restore: setting owner and privileges for INDEX hhps:idx6-position
pg_restore: setting owner and privileges for INDEX hhs:idx1-date_played
pg_restore: setting owner and privileges for INDEX hhs:idx2-id_limit
pg_restore: setting owner and privileges for INDEX hhs:idx3-hand_no
pg_restore: setting owner and privileges for INDEX htss:idx1-id_player
pg_restore: setting owner and privileges for INDEX htss:idx2-id_table
pg_restore: setting owner and privileges for INDEX idx1:notes-id_x
pg_restore: setting owner and privileges for INDEX idx1:player_name_search
pg_restore: setting owner and privileges for INDEX thhpc:idx1-id_hand
pg_restore: setting owner and privileges for INDEX thhpd:idx1-id_hand
pg_restore: setting owner and privileges for INDEX thhpd:idx2-id_player
pg_restore: setting owner and privileges for INDEX thhps:idx1-id_hand
pg_restore: setting owner and privileges for INDEX thhps:idx2-id_player
pg_restore: setting owner and privileges for INDEX thhps:idx3-id_blinds
pg_restore: setting owner and privileges for INDEX thhps:idx4-date_played
pg_restore: setting owner and privileges for INDEX thhps:idx5-position
pg_restore: setting owner and privileges for INDEX thhs:idx1-date_played
pg_restore: setting owner and privileges for INDEX thhs:idx2-id_blinds
pg_restore: setting owner and privileges for INDEX thhs:idx3-hand_no
pg_restore: setting owner and privileges for INDEX thr:idx1-id_site
pg_restore: setting owner and privileges for INDEX ths:idx1-date_start
pg_restore: setting owner and privileges for INDEX ths:idx2-id_site
WARNING: errors ignored on restore: 98
Process returned exit code 1.