Remove duplicate sentence
Compare changes
@@ -5,16 +5,16 @@ description = "How to run a PostgreSQL server within a SLURM job"
@@ -5,16 +5,16 @@ description = "How to run a PostgreSQL server within a SLURM job"
@@ -114,9 +114,8 @@ values before submitting subsequent analysis jobs.
@@ -114,9 +114,8 @@ values before submitting subsequent analysis jobs.
The simplest way to manage jobs that need the database is to manually submit them after the PostgreSQL SLURM job
has started. However, this is not terribly convenient. However, this is not terribly convenient. A better way is
to use the dependency feature of SLURM. Submit the PostgreSQL job first and make a note of the job id. In the