Skip to content

Commit 5905101

Browse files
committed
Addendum: psql sequence value display patch was originally written by
Euler Taveira de Oliveira.
1 parent d3c94b2 commit 5905101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/describe.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* Copyright (c) 2000-2008, PostgreSQL Global Development Group
1010
*
11-
* $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.180 2008/07/15 03:16:03 momjian Exp $
11+
* $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.181 2008/07/15 16:06:06 momjian Exp $
1212
*/
1313
#include "postgres_fe.h"
1414

@@ -868,7 +868,7 @@ describeOneTableDetails(const char *schemaname,
868868
tableinfo.hasrules = strcmp(PQgetvalue(res, 0, 4), "t") == 0;
869869
tableinfo.hasoids = strcmp(PQgetvalue(res, 0, 5), "t") == 0;
870870
tableinfo.tablespace = (pset.sversion >= 80000) ?
871-
atooid(PQgetvalue(res, 0, 6)) : 0;
871+
atooid(PQgetvalue(res, 0, 6)) : 0;
872872
PQclear(res);
873873

874874
/*

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy