http://qs1969.pair.com?node_id=11116593


in reply to Re^5: Create parallel database handles or SQL statements for multi-threaded/process access to Postgres DB using DBI, DBD::Pg and Parallel::ForkManager
in thread Create parallel database handles or SQL statements for multi-threaded/process access to Postgres DB using DBI, DBD::Pg and Parallel::ForkManager

On that page postgres is not mentioned; in postgresql-SQL, that'd become, I think:

create unique index all_cols_uk on tablename (every, column, name, in, + the, table) ;

See: CREATE INDEX in the fine manual

  • Comment on Re^6: Create parallel database handles or SQL statements for multi-threaded/process access to Postgres DB using DBI, DBD::Pg and Parallel::ForkManager
  • Download Code