8000 Corrige docs exigindo instalação do pacote postgresql-contrib by cjalmeida · Pull Request #3 · stoq/stoq · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Corrige docs exigindo instalação do pacote postgresql-contrib #3

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion docs/manual/pt_BR/installation.page
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,18 @@
esteja utilizando o
<link href="http://www.ubuntu.com">Ubuntu</link>, você pode
simplesmente clicar aqui:
<link href="apt:postgresql">instalar o postgresql</link>.
<link href="apt:postgresql">instalar o postgresql</link> e <link href="apt:postgresql-contrib"> as extensões</link>.
</p>
<p>
Se prefirar usar a linha de comando:
</p>
<list>
<item>
<p>
<cmd>sudo apt-get install postgresql postgresql-contrib</cmd>
</p>
</item>
</list>
<note style="important">
<p>
Neste computador que está servindo como servidor, a menos que ele
Expand Down
0