Advanced Search
Search Results
4 total results found
Repopulating a table after bug fix
Let's work out an example of how to proceed whenever we need to change some rule, resulting in a need to repopulate one of the tables in the ToMCAT dataset. This is a real example of a change I needed to do in the raw EEG signals that were being converted t...
Postgres Cluster
The pg_* functions are wrappers around the old way of setting up a cluster, using initdb. With the commands below (adapted from this discussion), I was able to create a new cluster in the desired location /space/paulosoares/postgres. Later, this folder may be ...
Populating or updating the ToMCAT database
This procedure will show how to setup, initialize, and configure the virtual environment needed to run code and processes that will parse files saved during the experiments and save the data to the "postgres tomcat database". Also, a "sqlite" copy of this data...
Exporting Postgres DB to SQLite DB
This is a step-by-step procedure for exporting all tables and data from a Postgres database to a new SQLite database: This procedure assumes that there is a fully populated Postgres database running on a specific port and that you are logged into the server as...