Marc G. Fournier
22113f81fd
This is a patch to pg_dump which fixes varchar and char printing in the
...
case where the attribute length is variable (stored as -1). Previously,
you'd get output that looked like:
CREATE TABLE foo (bar varchar(-1));
Monitor and psql don't like this at all :). Here is a fix:
Submitted by: Adam Sussman <myddryn@vidya.com>
1996-07-27 02:29:51 +00:00
Marc G. Fournier
1a675fe5b2
Fixed these script sonce and for all?
...
Submitted by: Rick Weldon <rick@wisetech.com>
1996-07-27 02:19:18 +00:00
Marc G. Fournier
aac483943d
fixed usuage of -ltermcap for psql
...
submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
1996-07-25 20:01:51 +00:00
Marc G. Fournier
ff50e5ab47
Switched from using monitor to using psql
...
Submitted by: Rick Weldon <rick@wisetech.com>
1996-07-25 06:55:49 +00:00
Marc G. Fournier
69ee15d663
Removed monitor from compile/install (will eventually be removed
...
completely)
1996-07-25 06:54:26 +00:00
Julian Assange
76bc8cb97f
Large re-write/enhancement. In pg-101 Jolly only included a smaller part
...
of my (proff) patch. This is the rest of it, with a few, mainly aesthetic
changes. I've removed a lot of redundency from the original code,
added support for the new PQprint() routines in libpq, expanded tables,
and a few generally nifty ways of massaging data in and out of the
backend. Still needs some good stress testing.
1996-07-25 06:46:35 +00:00
Marc G. Fournier
98ae3fadd1
Ack, -I$(srcdir)/backend *is* required...
1996-07-25 01:11:15 +00:00
Marc G. Fournier
2f19e28940
there are no includes files in backend, there should be, so why look
...
there?
1996-07-25 00:26:21 +00:00
Marc G. Fournier
0864a2ddae
Fix compiler not finding libpgtcl.h header file
1996-07-25 00:22:19 +00:00
Marc G. Fournier
be5bfd54f2
Put in a new FAQ
...
Merged in Dr. George's src/bin tree (possibly broke monitor/psql in process)
1996-07-23 03:03:43 +00:00
Marc G. Fournier
d1724d65b7
reversed julian's patch back in again...othere things cause monitor
...
to not compile now...
1996-07-23 02:26:41 +00:00
Marc G. Fournier
672f6ece23
Brought in David Bennett's (dave@bensoft.com) changes to pg_dump
1996-07-22 08:37:00 +00:00
Marc G. Fournier
02bbd95a41
Backed out the changes to monitor.c that seem to be affecting the
...
ability for createuser to actually create one...
1996-07-22 05:59:53 +00:00
Marc G. Fournier
435d32cd25
quick fix to src/bin/Makefile.global so that compiling doesn't look for a
...
libpq that is already installed...
submitted by: Bruce Momjian (root@candle.pha.pa.us )
1996-07-22 04:51:05 +00:00
Marc G. Fournier
df43edcf45
Fix for:
...
>
> We did some testing and found that if we name the table 'Inv' with
> anything appended to it, the table does not appear in the '\d' table list.
> It appears to be the capital I as a table named 'invItemsL' is created
> and displayed properly.
>
- submitted by: Jason Wright <jason@shiloh.vnet.net>
1996-07-20 08:44:45 +00:00
Marc G. Fournier
5feb9dc9df
- extend conditional for use of -ltermcap in bsdi/bsdi_2_1 compiles
...
- submitted by: Bruce Momjian (root@candle.pha.pa.us )
1996-07-20 07:40:03 +00:00
Marc G. Fournier
c777e8131e
fixed a bug with not commenting out FSYNC= in initdb.sh
1996-07-20 07:33:36 +00:00
Marc G. Fournier
df1a06ed37
- added -ltermcap to LIBS in bin/psql/Makefile
...
- submitted by: Bruce Momjian (root@candle.pha.pa.us )
1996-07-19 06:53:40 +00:00
Marc G. Fournier
2ab6d1f125
Removed -I${HEADERFILE} from bin/Makefile.global
1996-07-19 06:47:51 +00:00
Marc G. Fournier
2771129c82
Fixes:
...
minor Makefile changes to force setting of SRCDIR and ordering of
include files
Submitted by: Bruce Momjian (root@candle.pha.pa.us )
1996-07-19 05:32:42 +00:00
Marc G. Fournier
72f76d38eb
libpq and psql.c have been modified to do various things they didn't do
...
before (plus some optimisations/bug fixes et al). I've included a small
demo transcript below. Note that all of of the display
functionality/intelligence you see here, can be had merely by calling
the new LIBPQ PQprint() routine with the appropriate arguments/options,
including the HTML3 output guff.
submitted by: Julian Assange <proff@suburbia.net>
1996-07-18 05:48:57 +00:00
Marc G. Fournier
bf2abf0dae
fix: clean up formatting of \d tablename in psql
...
submitted by: Bruce Momjian (root@candle.pha.pa.us )
1996-07-16 06:58:12 +00:00
Marc G. Fournier
169a5b7670
applied fixes for psql
...
- \p produces traditional results
- \r added
submitted by: Bruce Momjian (root@candle.pha.pa.us )
1996-07-16 06:37:28 +00:00
Marc G. Fournier
350cb69aed
fsync patch from openlink
...
NOTE: FSYNC needs to be set at top of initdb.sh to enable use of fsync
patches...disabled by default
1996-07-15 19:22:58 +00:00
Marc G. Fournier
d602a35d37
Brought in extensions to pg_dump
...
Submitted by: david bennett <dave@bensoft.com>
marc g. fournier <scrappy@ki.net>
1996-07-12 05:39:39 +00:00
Marc G. Fournier
d31084e9d1
Postgres95 1.01 Distribution - Virgin Sources
1996-07-09 06:22:35 +00:00