- 21 Nov, 2001 9 commits
-
-
Thomas G. Lockhart authored
Fix up references to "PostgreSQL" rather than "Postgres". Was roughly evenly split between the two before. ref/ files not yet done.
-
Thomas G. Lockhart authored
for the upcoming 7.2 release.
-
Bruce Momjian authored
send patches to pgsql-patches list. the zh_CN NLS patch is about 80K, but sended twice and still can emerge on list. so I've put it at: http://laser.zhengmai.com.cn/download/zh_CN.po.diff.tar.gz If possible, please download it and apply it. (for current CVS). regards laser
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> So I would base this discussion on the premise "bytea stores binary data" > (insert examples). > > Some stylistic issues: > > bytea => <type>bytea</type> > > NULLs => zero bytes/bytes of value zero ("NULL" is too overloaded) > > 'non-printable' => <quote>nonprintable</quote> > > MUST => <emphasis>must</emphasis> > Here's a patch against *CVS tip* to address Peter's comments. Please let me know what you think! Joe Conway
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 20 Nov, 2001 16 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
needs it. Seems it is getting compileable... Marko Kreen
-
Bruce Momjian authored
and error handling behavior. Bradley McLean
-
Bruce Momjian authored
libpq.sgml I was trying (but gave up) to cross-reference back to the input escape table in the User's Guide, but could not get the documentation to compile with a cross-book xref (missing IDREF error). Can a cross-book xref be done? Joe Conway
-
Bruce Momjian authored
should be all. Marko Kreen
-
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 15 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
-