1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Addendum: psql sequence value display patch was originally written by

Euler Taveira de Oliveira.
This commit is contained in:
Bruce Momjian
2008-07-15 16:06:06 +00:00
parent d3c94b2d84
commit 590510136e

View File

@ -8,7 +8,7 @@
*
* Copyright (c) 2000-2008, PostgreSQL Global Development Group
*
* $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.180 2008/07/15 03:16:03 momjian Exp $
* $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.181 2008/07/15 16:06:06 momjian Exp $
*/
#include "postgres_fe.h"