From 2a0f262beff32ba86bcb58f3273214e5d0517c09 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:24 +0200 Subject: Merging upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/tutorial-accessdb.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/src/sgml/html/tutorial-accessdb.html') diff --git a/doc/src/sgml/html/tutorial-accessdb.html b/doc/src/sgml/html/tutorial-accessdb.html index fa7685d..e9effb4 100644 --- a/doc/src/sgml/html/tutorial-accessdb.html +++ b/doc/src/sgml/html/tutorial-accessdb.html @@ -1,5 +1,5 @@ -1.4. Accessing a Database

1.4. Accessing a Database #

+1.4. Accessing a Database

1.4. Accessing a Database #

Once you have created a database, you can access it by:

  • @@ -32,7 +32,7 @@ In psql, you will be greeted with the following message:

    -psql (16.2)
    +psql (16.3)
     Type "help" for help.
     
     mydb=>
    @@ -63,7 +63,7 @@ mydb=#
     mydb=> SELECT version();
                                              version
     -------------------------------------------------------------------​-----------------------
    - PostgreSQL 16.2 on x86_64-pc-linux-gnu, compiled by gcc (Debian 4.9.2-10) 4.9.2, 64-bit
    + PostgreSQL 16.3 on x86_64-pc-linux-gnu, compiled by gcc (Debian 4.9.2-10) 4.9.2, 64-bit
     (1 row)
     
     mydb=> SELECT current_date;
    @@ -100,4 +100,4 @@ mydb=#
         full capabilities of psql are documented in
         psql.  In this tutorial we will not use these
         features explicitly, but you can use them yourself when it is helpful.
    -   

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3