Rename an existing PostgreSQL Database

Renaming a PostgreSQL is one of the activities that could be necessary during a normal database lifecycle, sometimes due to testing or development related activities linked to a pre-existing database. Let’s see which PL/pgSQL statement we can use to rename a database. Read More …

Microsoft – Change the Computer Name (Command Line)

Sometimes we could have the need to rename a Windows system not from the usual GUI, but using command line (cmd.exe). Actually, this can be achieved by using the wmic command to rename a windows computer from command line. Read More …