Re: [DOCS] Time input documentation error

2003-09-05 Thread Bruno Wolff III
On Thu, Sep 04, 2003 at 22:45:41 -0400, Bruce Momjian <[EMAIL PROTECTED]> wrote: > > Seems it is fixed in CVS now: I think Tom fixed it. He responded to my original message. I wasn't sure if he was going to do the fix, but I found that it had been fixed at least a week ago. > test=> sele

[DOCS] 9.7. Table Functions

2003-09-05 Thread Elisha Allen
Hello,   I hope I am posting this to the approprate list. I am somewhat new to postgres, and have been extensively reading the documentation over the last few days. As a whole, it is very helpful and informative. Great work!   Today I came across the following issue with table functions:   I

Re: [DOCS] 9.7. Table Functions

2003-09-05 Thread Tom Lane
"Elisha Allen" <[EMAIL PROTECTED]> writes: > Unfortunately, the command: > SELECT * FROM getfoo(1) AS t1; > returns a: > server parse error at or near "(" Works fine here. You sure you are talking to a 7.3 server? 7.2 or before would reject it just that way. regards, to