- BUGFIX: CREATE TABLE statement with explicit labeled columns
- BUGFIX: SELECT count(*) does not filter unallowed tuples
This commit is contained in:
parent
c5a1f179ad
commit
fb8c5a3ba0
5 changed files with 53 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue