Print a correct database server name when starting
This commit is contained in:
@@ -81,7 +81,7 @@ func initClient() {
|
||||
}
|
||||
|
||||
if !command.Opts.Sessions {
|
||||
fmt.Printf("Server runs PostgreSQL v%s\n", cl.ServerVersion())
|
||||
fmt.Printf("Conneced to %s\n", cl.ServerVersion())
|
||||
}
|
||||
|
||||
fmt.Println("Checking database objects...")
|
||||
|
||||
Reference in New Issue
Block a user