]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
InsertPage() and RetrievePage() now work mostly. I noticed during
authorwainstead <wainstead@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Tue, 20 Jun 2000 04:50:57 +0000 (04:50 +0000)
committerwainstead <wainstead@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Tue, 20 Jun 2000 04:50:57 +0000 (04:50 +0000)
commitfbcccbd286fc73dd3571ca0b22d54e0615b600fb
tree45e5f916a1837257d0e63478bd624cbb1d4cc9b5
parentd5d48df9e5e3083f41e8779179634e48d92df4dc
InsertPage() and RetrievePage() now work mostly. I noticed during
testing that I cannot create new pages, which looks like a small bug
somewhere. But I was able to repeatedly: drop all tables, reload them
with the schema file, and then load a new Wiki via wiki_setup.php3. It
worked nicely. The solution was in hard-coding the data structure in
the pg functions. It should still be maintainable.

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@78 96ab9672-09ca-45d6-a79d-3d69d39ca109
wiki_pgsql.php3