- 20 Nov, 2001 11 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
failures on FreeBSD. This patch replaces uint -> unsigned. This was reported by Daniel Holtzman against 0.4pre3 standalone package, but it needs fixing in contrib/pgcrypto too. Marko Kreen
-
Bruce Momjian authored
Operators", plagiarized shamelessly from the "String Functions and Operators" section. There were enough differences that it made sense (at least to me) to give this its own section instead of cramming it in with normal string functions. This way I could also make the examples relevant, which is particularly important for bytea. One thing I think worth mentioning: while documenting the trim() function I realized that I never implemented the bytea equivalent of rtrim and ltrim. Therefore, the 'leading' and 'trailing' forms of trim, available with text, are not available with bytea (I'd be happy to correct this, but since it would require an initdb, I guess not until 7.3) -- the submitted doc accurately reflects this. I will look for other areas of the docs that need mention of bytea, but any guidance would be much appreciated. -- Here's a second bytea documentation patch. This one significantly expands the "Binary Data" section added by Bruce recently. Joe Conway
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
PostgreSQL Daemon authored
update configure.in for b3 ...
-
Tom Lane authored
earlier, make error checks more uniform.
-
Tom Lane authored
-
Tatsuo Ishii authored
-
Tom Lane authored
-
- 19 Nov, 2001 18 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
display (with a typemod) and function arg/result type display (without a typemod).
-
Bruce Momjian authored
-
Tom Lane authored
and REVOKE FROM PUBLIC: the latter is not the same as 'revoke from all users', but the ref page blurred the difference.
-
Bruce Momjian authored
with other data types, per disucssion. Encoding issue still open.
-
Bruce Momjian authored
-
Tom Lane authored
-
Tatsuo Ishii authored
o they sometimes returns a result garbage string appended. o they do not work if client encoding is different from server encoding
-
Hiroshi Inoue authored
-
Tom Lane authored
-
Tom Lane authored
Overall a really nice job here, Peter ...
-
Tom Lane authored
the interactive docs.
-
- 18 Nov, 2001 11 commits
-
-
Tom Lane authored
enforce a limit on who can connect to databases other than their own. From a recent discussion in pg-admin.
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
StÅphane Raimbault.
-
Tom Lane authored
escape character.
-
Bruce Momjian authored
-
Tom Lane authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-