php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #16854 pgsql_create.sql comment fix
Submitted: 2002-04-26 11:17 UTC Modified: 2002-05-02 07:11 UTC
From: clyon at powerhouseia dot com Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 4.2.0 OS: linux
Private report: No CVE-ID: None
 [2002-04-26 11:17 UTC] clyon at powerhouseia dot com
the pgsql_create.sql script has a comment that says to run the script with:

psql -f pgsql_create.sql

the postgres client requires you to specify a database name so i use the system catalog, template1 like this:

psql -f pgsql_create.sql template1


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-02 07:11 UTC] sander@php.net
The pgsql_create.sql script is supplied by PostgreSQL, not by PHP. Not a bug in PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 08:01:30 2024 UTC