repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
pg-python
/
pg-python.install
blob
718e506e364546b4006e83522ab9d91ad39a1cc3
1
post_install() {
2
echo -e "To install in your databases use the following procedure:
3
\tCREATE SCHEMA __python__;
4
\tCREATE EXTENSION python SCHEMA __python__;"
5
}