Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Commit

Permalink
Initial reorgainzation: move .sql files to sql_bits/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Aug 15, 2011
1 parent a9c5813 commit 2ca133f
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ database, eg:

Or, to install a particular subset of functions:

psql -f datetime.sql <dbname>
psql -f sql_bits/datetime.sql <dbname>

Or, if you only want to install a particular function, just
copy and paste it into psql directly, taking care to install any
Expand All @@ -58,10 +58,10 @@ phpPgAdmin (phppgadmin.sf.net).
Uninstall
---------

The uninstall.sql script contains drop commands for every object
in this library. To drop everything for example, run:
The mysqlcompat_uninstall.sql script contains drop commands for every object in
this library. To drop everything for example, run:

psql -f uninstall.sql <dbname>
psql -f sql/mysqlcompat_uninstall.sql <dbname>

Then, if you have no further need for the PL/PgSQL language handler
you can drop it as follows:
Expand Down
20 changes: 10 additions & 10 deletions all.sql
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
\i aggregate.sql
\i bit.sql
\i casts.sql
\i controlflow.sql
\i datetime.sql
\i information.sql
\i mathematical.sql
\i misc.sql
\i operators.sql
\i string.sql
\i sql_bits/aggregate.sql
\i sql_bits/bit.sql
\i sql_bits/casts.sql
\i sql_bits/controlflow.sql
\i sql_bits/datetime.sql
\i sql_bits/information.sql
\i sql_bits/mathematical.sql
\i sql_bits/misc.sql
\i sql_bits/operators.sql
\i sql_bits/string.sql
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2ca133f

Please sign in to comment.