Commit 4db08d7d authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Modified README.txt.

parent 0d5b3165
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;