Basic psql Meta-shell-commands

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

What is the command for Help?

\?

2
New cards

What is the command for Clear Screen?

\! Cls

3
New cards

What is the command for List Databases

\list or \l

4
New cards

What is the command for Switching Databases?

\connect or \c

5
New cards

What is the command for List Tables?

\dt

6
New cards

What is the command for List User?

\du

7
New cards

What is the command for Aborting a Command?

CTRL + C

8
New cards

What is the command for Showing table Schemas?

\d table_name or \d+ table_name