diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-07-12 20:41:13 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-07-12 20:41:13 +0000 |
commit | b6335b4fb405c56af5df6c339cbc8284293df37c (patch) | |
tree | 053d19b640fe11e23152b05e7e15327d56b74e83 /src/bin/psql/large_obj.c | |
parent | e47cbb3bad32cfb5fca5e6c70798534c9c51fc2b (diff) | |
download | postgresql-b6335b4fb405c56af5df6c339cbc8284293df37c.tar.gz postgresql-b6335b4fb405c56af5df6c339cbc8284293df37c.zip |
Add tablespace location display for psql \d.
Gavin Sherry
Diffstat (limited to 'src/bin/psql/large_obj.c')
-rw-r--r-- | src/bin/psql/large_obj.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/bin/psql/large_obj.c b/src/bin/psql/large_obj.c index 18ad2f11482..78021eca798 100644 --- a/src/bin/psql/large_obj.c +++ b/src/bin/psql/large_obj.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2003, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/large_obj.c,v 1.31 2003/11/29 19:52:06 pgsql Exp $ + * $PostgreSQL: pgsql/src/bin/psql/large_obj.c,v 1.32 2004/07/12 20:41:13 momjian Exp $ */ #include "postgres_fe.h" #include "large_obj.h" @@ -16,9 +16,6 @@ #include "print.h" -#define atooid(x) ((Oid) strtoul((x), NULL, 10)) - - /* * Prepare to do a large-object operation. We *must* be inside a transaction * block for all these operations, so start one if needed. |