- BUGFIX: CREATE TABLE statement with explicit labeled columns

- BUGFIX: SELECT count(*) does not filter unallowed tuples
This commit is contained in:
KaiGai Kohei 2008-03-02 08:10:12 +00:00
commit fb8c5a3ba0
5 changed files with 53 additions and 9 deletions

View file

@ -9,7 +9,7 @@
PGVERSION="8.3.0"
PGMAJORVERSION=`echo "$PGVERSION" | sed 's/^\([0-9]*\.[0-9a-z]*\).*$/\1/'`
SEPGVERSION="2.117"
SEPGVERSION="2.121"
# source function library
. /etc/rc.d/init.d/functions