Opened 13 years ago
Last modified 12 years ago
#441 new enhancement
Documentation - Adding pgsql sample file for configs
Reported by: | belug | Owned by: | belug |
---|---|---|---|
Priority: | trivial | Milestone: | 1.8.0 |
Component: | documentation | Version: | trunk |
Keywords: | pgsql config configs sample | Cc: | adube |
Description
I was looking around for in documentation to see what are the fields for the config database and it was really hard to find all the info...
So i gathered everything i found and made the basic tables for all the PGSQLConfig driver and added that to the doc.
It's a PGSQL dump so it's not sql standard, sorry but I did not find the way to export it in simple SQL.
Could you please check if every thing is there? I might have miss one or two columns... I even opened the driver code to find some of them.
I had some time to kill this weekend.
Attachments (1)
Change History (5)
by , 13 years ago
Attachment: | 441-documentation-sqlconfig-sample-script.diff added |
---|
comment:1 by , 13 years ago
Cc: | added; removed |
---|---|
Owner: | changed from | to
comment:2 by , 13 years ago
Milestone: | 1.4.0 → 1.6.0 |
---|
1.4 has to come too early for this, so I'll push it to 1.6. Sorry about that.
belug,
Thanks for your efforts.
See the sql schema that was use while developing the PGSQLMapContextConfigDriver (#89). You can compare your sql with that.