me
/
guix
Archived
1
0
Fork 0

gnu: firebird: Tweak description.

Suggested by Christopher Baines <mail@cbaines.net>.

* gnu/packages/databases.scm (firebird)[description]: Drop ‘and more’.
master
Tobias Geerinckx-Rice 2020-11-07 14:02:41 +01:00
parent ab138f824f
commit e5d5146b87
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

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