This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | Mon Feb 02 19:49:23 -0800 2009 | |
| |
information_schema.rb | Mon Feb 23 11:59:20 -0800 2009 | |
| |
lib/ | Mon Feb 02 19:49:23 -0800 2009 | |
| |
versions/ | Wed Feb 04 02:13:02 -0800 2009 |
README
Provides read-only access to the information_schema.* views/tables in PostgreSQL Requires dm-core Be sure to set up a connection to the database you want to use (or use it in a project). The user must be the creator of the database or have been given proper access. From the PostgreSQL Documentation: "The information schema itself is a schema named information_schema. This schema automatically exists in all databases. The owner of this schema is the initial database user in the cluster, and that user naturally has all the privileges on this schema, including the ability to drop it (but the space savings achieved by that are minuscule)." What can I use this for? * Altering table constraints on the fly * Altering user roles on the fly







