gnu: firebird: Tweak description.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 7 Nov 2020 13:02:41 +0000 (14:02 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 7 Nov 2020 14:35:06 +0000 (15:35 +0100)
Suggested by Christopher Baines <mail@cbaines.net>.

* gnu/packages/databases.scm (firebird)[description]: Drop ‘and more’.

gnu/packages/databases.scm

index cd478fd..f7de8d1 100644 (file)
@@ -458,9 +458,9 @@ ElasticSearch server")
     (synopsis "Relational database with many ANSI SQL standard features")
     (description
      "Firebird is an SQL @acronym{RDBMS, relational database management system}
-with rich support for ANSI SQL (e.g., @code{INSERT...RETURNING}), PSQL stored
-procedures, cursors, and triggers, @acronym{UDFs, user-defined functions}, and
-more.  Transactions provide full ACID-compliant referential integrity.
+with rich support for ANSI SQL (e.g., @code{INSERT...RETURNING}) including
+@acronym{UDFs, user-defined functions} and PSQL stored procedures, cursors, and
+triggers.  Transactions provide full ACID-compliant referential integrity.
 
 The database requires very little manual maintenance once set up, making it
 ideal for small business or embedded use.