From 037f8413fa42562a8b7a075a66faa8fd88247753 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 6 Feb 2007 09:16:08 +0000 Subject: Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It used to be part of libpq's exported interface many releases ago, but now it's no longer necessary to make it accessible to clients. --- doc/src/sgml/syntax.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/syntax.sgml b/doc/src/sgml/syntax.sgml index f18d4c1480e..ad702f63263 100644 --- a/doc/src/sgml/syntax.sgml +++ b/doc/src/sgml/syntax.sgml @@ -1,4 +1,4 @@ - + SQL Syntax @@ -136,7 +136,7 @@ INSERT INTO MY_TABLE VALUES (3, 'hi there'); NAMEDATALEN is 64 so the maximum identifier length is 63. If this limit is problematic, it can be raised by changing the NAMEDATALEN constant in - src/include/postgres_ext.h. + src/include/pg_config_manual.h. -- cgit v1.2.3