Fix more info :(
authorDevrim Gunduz <[email protected]>
Mon, 27 Jan 2025 11:22:24 +0000 (14:22 +0300)
committerDevrim Gunduz <[email protected]>
Mon, 27 Jan 2025 11:22:24 +0000 (14:22 +0300)
templates/pages/extensions/postgresql-numeral.html

index 50c9917dd07f9c296e89193db25a9519713ad029..d49ff5d2bee58db6403b2a7167c39b57c2028599 100644 (file)
@@ -11,7 +11,7 @@
 
 <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:
@@ -41,7 +41,7 @@ Install PGDG repository from: <a href="https://yum.postgresql.org/repopackages/"
     <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>
@@ -50,7 +50,7 @@ Install PGDG repository from: <a href="https://yum.postgresql.org/repopackages/"
 <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>