Loading README.txt +1 −1 Original line number Diff line number Diff line Loading @@ -157,7 +157,7 @@ You can access the redis server from the 'client' container: 3) This will return all the information regarding the job You can access the file catalog from the 'client' container: 1) Access the db via psql client (password: postgres): 1) Access the db via psql client: $ psql -h file_catalog -U postgres -d vospace_testdb 2) You can now perform a query, for example show all the tuples of the Node table displaying some fields: vospace_testdb=# SELECT node_id, parent_path, path, name, type, owner_id, creator_id, content_MD5 FROM Node; Loading Loading
README.txt +1 −1 Original line number Diff line number Diff line Loading @@ -157,7 +157,7 @@ You can access the redis server from the 'client' container: 3) This will return all the information regarding the job You can access the file catalog from the 'client' container: 1) Access the db via psql client (password: postgres): 1) Access the db via psql client: $ psql -h file_catalog -U postgres -d vospace_testdb 2) You can now perform a query, for example show all the tuples of the Node table displaying some fields: vospace_testdb=# SELECT node_id, parent_path, path, name, type, owner_id, creator_id, content_MD5 FROM Node; Loading