Skip to content

Trying to quit with \q; gives an error: #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 13, 2014
Merged

Trying to quit with \q; gives an error: #6

merged 1 commit into from
Aug 13, 2014

Conversation

digininja
Copy link
Contributor

The help note says:

Now type: ALTER USER postgres WITH PASSWORD 'testpass'; - hit RETURN, type \q;

but you don't want the ; on the end otherwise it gives you:

postgres=# \q;
Invalid command \q;. Try ? for help.

Quit Postgres with \q not \q;

postgres=# \q;
Invalid command \q;. Try \? for help.

Need to drop the ;
stamparm added a commit that referenced this pull request Aug 13, 2014
Trying to quit with \q; gives an error:
@stamparm stamparm merged commit 08e1b2b into sqlmapproject:master Aug 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants