<h2>Description</h2>
<p>
-<a href="https://github.com/df7cb/postgresql-numeral/" target="_blank">faker</a>
+<a href="https://github.com/df7cb/postgresql-numeral/" target="_blank">postgresql-numeral</a>
<p>
provides numeric data types for PostgreSQL that use numerals (words instead
of digits) for input and output. Data types:
<tbody>
<tr>
<td>RHEL / Rocky Linux / AlmaLinux / Fedora</td>
- <td>dnf install faker_17 <span class="pgyum-warning">(or change the version as described above)</span></td>
+ <td>dnf install postgresql_numeral_17 <span class="pgyum-warning">(or change the version as described above)</span></td>
</tr>
</tbody>
</table>
<h2>Post-installation</h2>
<p>
Connect to the database that you want to create the extension (superuser access is not needed) and run:<br>
-<code><a href="https://www.postgresql.org/docs/current/sql-createextension.html" target="_blank">CREATE EXTENSION</a> faker ;</code>
+<code><a href="https://www.postgresql.org/docs/current/sql-createextension.html" target="_blank">CREATE EXTENSION</a> numeral ;</code>
</p>
<h2>Available packages</h2>