Project "website".
The branch, master has been updated
via a054fe182f0d61e31b01578c73f23375c3783290 (commit)
from f6ad2e9ff62f810f539e82929f0eed9947198fa9 (commit)
- Log -----------------------------------------------------------------
commit a054fe182f0d61e31b01578c73f23375c3783290
Author: Michael P <mic...@us...>
Date: Wed May 19 13:01:29 2010 +0900
Replace the banner on the top so as not to stick with the menu bar.
Some Typo corrections
diff --git a/index.html b/index.html
index 0b1e854..fd3287c 100755
--- a/index.html
+++ b/index.html
@@ -24,10 +24,10 @@
-->
<title>Postgres-XC project Page</title>
</head>
-<frameset rows=80,1,40,*>
+<frameset rows=150,1,40,*>
<!-- Title -->
<frame name="title"
- src="title.html" marginheight="0" marginwidth="0" frameborder="0"
+ src="title.html" marginheight="25" marginwidth="0" frameborder="0"
style = "background-color:#FFFFFF">
<!-- Dummy -->
<frame
diff --git a/roadmap.html b/roadmap.html
index 463b63f..8299fbd 100755
--- a/roadmap.html
+++ b/roadmap.html
@@ -59,7 +59,7 @@ Version 1.0 (Late in July, 2010)
<p class="inner">
<code>ORDER BY</code><br>
<code>DISTINCT</code><br>
-Stured functions<br>
+Stored functions<br>
subqueries<br>
Views<br>
Rules<br>
-----------------------------------------------------------------------
Summary of changes:
index.html | 4 ++--
roadmap.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
website
|