+ All Categories
Home > Documents > How to manage a PostgreSQL Server with PowerShell · PowerShell far everg sgstem! R tool to load,...

How to manage a PostgreSQL Server with PowerShell · PowerShell far everg sgstem! R tool to load,...

Date post: 05-Jan-2020
Category:
Upload: others
View: 29 times
Download: 0 times
Share this document with a friend
13
How to manage a PostgreSQL Server with PowerShell
Transcript
Page 1: How to manage a PostgreSQL Server with PowerShell · PowerShell far everg sgstem! R tool to load, stress test and benchmark a computer sgstem SRanzbd get things from ane computer

How to manage a PostgreSQL Server with PowerShell

Page 2: How to manage a PostgreSQL Server with PowerShell · PowerShell far everg sgstem! R tool to load, stress test and benchmark a computer sgstem SRanzbd get things from ane computer

Rodrigo Crespi

postgres=> \echo ‘SQLCrespi’

Especialista em Banco de Dados

Especialista em História e Filosofia

Microsoft Most Valuable Professional - [MVP ]

Professor Universi tár io

CTO - CrespiDB

@SQLCrespi

rodr igocrespi

SQLCrespi

sqlcrespi.com

SQLCrespi

[email protected]

Page 3: How to manage a PostgreSQL Server with PowerShell · PowerShell far everg sgstem! R tool to load, stress test and benchmark a computer sgstem SRanzbd get things from ane computer

Pq Powershell?

◇ Utiliza o .NET Core;

◇ Mulit-Plataforma;

◇ POO;

Page 4: How to manage a PostgreSQL Server with PowerShell · PowerShell far everg sgstem! R tool to load, stress test and benchmark a computer sgstem SRanzbd get things from ane computer

“PowerShell for Every System!” – Instalação do Ubuntu 18.4 LTS

Page 5: How to manage a PostgreSQL Server with PowerShell · PowerShell far everg sgstem! R tool to load, stress test and benchmark a computer sgstem SRanzbd get things from ane computer

Basics for PowerShell

◇ cmdlets;

◇ .net framework;

◇ modular;

Page 6: How to manage a PostgreSQL Server with PowerShell · PowerShell far everg sgstem! R tool to load, stress test and benchmark a computer sgstem SRanzbd get things from ane computer

Command-Lets(CMDLET)

GET - Childitem

Verb

Noun

-Path C:\

Paramete

r

Arg

Page 7: How to manage a PostgreSQL Server with PowerShell · PowerShell far everg sgstem! R tool to load, stress test and benchmark a computer sgstem SRanzbd get things from ane computer

PipeLine

GET-Childitem –Path C:\

| Format-Table name, length

Pipeline

signal

CmdLet

Args

Page 8: How to manage a PostgreSQL Server with PowerShell · PowerShell far everg sgstem! R tool to load, stress test and benchmark a computer sgstem SRanzbd get things from ane computer

Provider and Drive

Page 9: How to manage a PostgreSQL Server with PowerShell · PowerShell far everg sgstem! R tool to load, stress test and benchmark a computer sgstem SRanzbd get things from ane computer

Get-Demo Módulo, PostgreSQL -full

Page 10: How to manage a PostgreSQL Server with PowerShell · PowerShell far everg sgstem! R tool to load, stress test and benchmark a computer sgstem SRanzbd get things from ane computer

PostgreSQL

Page 11: How to manage a PostgreSQL Server with PowerShell · PowerShell far everg sgstem! R tool to load, stress test and benchmark a computer sgstem SRanzbd get things from ane computer

BásicoExport / Import

GridView

Vaccun

Page 12: How to manage a PostgreSQL Server with PowerShell · PowerShell far everg sgstem! R tool to load, stress test and benchmark a computer sgstem SRanzbd get things from ane computer

Get-Demo Módulo, PostgreSQL -full

How to work with PowerShell

Page 13: How to manage a PostgreSQL Server with PowerShell · PowerShell far everg sgstem! R tool to load, stress test and benchmark a computer sgstem SRanzbd get things from ane computer

Obrigado!


Recommended